mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
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:
+1
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user