summaryrefslogtreecommitdiffstats
path: root/modules-available/dnbd3/templates/page-serverlist.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/dnbd3/templates/page-serverlist.html')
-rw-r--r--modules-available/dnbd3/templates/page-serverlist.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/dnbd3/templates/page-serverlist.html b/modules-available/dnbd3/templates/page-serverlist.html
index 8303a2b4..4ccf75ff 100644
--- a/modules-available/dnbd3/templates/page-serverlist.html
+++ b/modules-available/dnbd3/templates/page-serverlist.html
@@ -465,10 +465,10 @@ document.addEventListener('DOMContentLoaded', function () {
var inactiveCount = 0;
var updateSpeed = function() {
if (hiddenProp && document[hiddenProp]) {
- if (++inactiveCount > 30)
+ if (++inactiveCount > 300)
return;
} else {
- if (inactiveCount > 30) {
+ if (inactiveCount > 300) {
history.push(-1);
}
inactiveCount = 0;