diff --git a/html/script.js b/html/script.js
index eb53c78..d1ca70a 100644
--- a/html/script.js
+++ b/html/script.js
@@ -4349,8 +4349,8 @@ function refreshInt() {
if (inactive < 70)
inactive = 70;
- if (inactive > 180)
- inactive = 180;
+ if (inactive > 240)
+ inactive = 240;
refresh *= inactive / 70;