summaryrefslogtreecommitdiffstats
path: root/web/gui/src/dashboard.js/options.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/gui/src/dashboard.js/options.js')
-rw-r--r--web/gui/src/dashboard.js/options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gui/src/dashboard.js/options.js b/web/gui/src/dashboard.js/options.js
index d969de968c..68132e7b2c 100644
--- a/web/gui/src/dashboard.js/options.js
+++ b/web/gui/src/dashboard.js/options.js
@@ -38,7 +38,7 @@ if (typeof netdataShowAlarms === 'undefined') {
}
if (typeof netdataRegistryAfterMs !== 'number' || netdataRegistryAfterMs < 0) {
- netdataRegistryAfterMs = 1500;
+ netdataRegistryAfterMs = 0; // 1500;
}
if (typeof netdataRegistry === 'undefined') {