Increase debounce threshold for taginfo

This commit is contained in:
Bryan Housel
2017-04-18 21:15:47 -04:00
parent 6f8770241f
commit b44bd7a427
+1 -1
View File
@@ -129,7 +129,7 @@ function sortKeys(a, b) {
}
var debounced = _.debounce(d3.json, 100, true);
var debounced = _.debounce(d3.json, 750, true);
function request(url, debounce, callback) {