feat: allow reduceing the monitor minimum interval to 1 second after accepting a warning (#1740)

Signed-off-by: Zoe Nickson <mnickson@sidingsmedia.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Zoe Nickson
2025-12-09 22:25:23 +00:00
committed by GitHub
co-authored by Frank Elsinga
parent fd7435fa51
commit 7a34bb0f58
4 changed files with 62 additions and 5 deletions
+3 -1
View File
@@ -1231,5 +1231,7 @@
"Allow Notifications": "Allow Notifications",
"Browser not supported": "Browser not supported",
"Unable to get permission to notify": "Unable to get permission to notify (request either denied or ignored).",
"Webpush Helptext": "Web push only works with SSL (HTTPS) connections. For iOS devices, webpage must be added to homescreen beforehand."
"Webpush Helptext": "Web push only works with SSL (HTTPS) connections. For iOS devices, webpage must be added to homescreen beforehand.",
"minimumIntervalWarning": "Intervals below 20 seconds may result in poor performance.",
"lowIntervalWarning": "Are you sure want to set the interval value below 20 seconds? Performance may be degraded, particularly if there are a large number of monitors."
}