fix demoMode export

This commit is contained in:
LouisLam 2021-10-10 02:36:20 +08:00
parent 5c89562650
commit 56ae6f6117
2 changed files with 9 additions and 8 deletions

View file

@ -338,6 +338,7 @@ class Monitor extends BeanModel {
if (demoMode) {
if (beatInterval < 20) {
console.log("beat interval too low, reset to 20s");
beatInterval = 20;
}
}