mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 05:32:09 +08:00
prevent all monitors making requests at the same moment when start the server
This commit is contained in:
@@ -43,7 +43,11 @@ export default {
|
||||
},
|
||||
|
||||
shortBeatList() {
|
||||
let placeholders = []
|
||||
if (! this.beatList) {
|
||||
return [];
|
||||
}
|
||||
|
||||
let placeholders = [];
|
||||
|
||||
let start = this.beatList.length - this.maxBeat;
|
||||
|
||||
|
Reference in New Issue
Block a user