Have the UI fully update immediately after new data update. Debounce the Mongo loading for 5 seconds after data has been updated (#4189)

This commit is contained in:
Sulka Haro
2019-01-12 11:34:26 +02:00
committed by GitHub
parent 3ec966420a
commit 2da377d4e5
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -1154,10 +1154,9 @@ client.load = function load(serverSettings, callback) {
} else if (!inRetroMode()) {
chart.update(false);
client.plugins.updateVisualisations(client.nowSBX);
brushed();
}
}
};
module.exports = client;