From 159622f57200d40ef73b13b3bca9375c06e482ec Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 7 Oct 2018 16:05:04 -0400 Subject: [PATCH] Don't lookup `postal_code` values from taginfo --- modules/services/taginfo.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/services/taginfo.js b/modules/services/taginfo.js index cc8df7041..6242be845 100644 --- a/modules/services/taginfo.js +++ b/modules/services/taginfo.js @@ -182,7 +182,9 @@ export default { init: function() { inflight = {}; taginfoCache = {}; - popularKeys = {}; + popularKeys = { + postal_code: true // #5377 + }; // Fetch popular keys. We'll exclude these from `values` // lookups because they stress taginfo, and they aren't likely