mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 00:07:03 +02:00
Never reset the taginfo cache
The data on taginfo is refreshed once per day, so there's no reason to reissue those API calls during a normal editing session. reset() gets called after the user saves their changes to OSM
This commit is contained in:
@@ -176,7 +176,7 @@ export default {
|
||||
},
|
||||
|
||||
|
||||
reset: function() { taginfoCache = {}; },
|
||||
reset: function() { },
|
||||
|
||||
|
||||
keys: function(parameters, callback) {
|
||||
|
||||
Reference in New Issue
Block a user