默认监视时间调整为30s

This commit is contained in:
aixianling
2023-02-13 10:46:00 +08:00
parent 7e5b68818f
commit d111a4b95c
2 changed files with 17 additions and 17 deletions

View File

@@ -34,7 +34,7 @@ class Observer {
this.pending = []
}
})
}, 5000)
}, 30000)
}
}