mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-03 20:14:21 -04:00
fix demoMode export
This commit is contained in:
parent
5c89562650
commit
56ae6f6117
2 changed files with 9 additions and 8 deletions
|
@ -338,6 +338,7 @@ class Monitor extends BeanModel {
|
|||
|
||||
if (demoMode) {
|
||||
if (beatInterval < 20) {
|
||||
console.log("beat interval too low, reset to 20s");
|
||||
beatInterval = 20;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue