chore: waiting more time for restart

This commit is contained in:
bluelovers 2024-06-07 18:15:01 +08:00 committed by GitHub
parent 801b72b92b
commit 3ea17ec5e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -343,11 +343,11 @@ function restart_reload() {
requestGet("./internal/ping", {}, function(data) {
location.reload();
}, function() {
setTimeout(requestPing, 500);
setTimeout(requestPing, 5000);
});
};
setTimeout(requestPing, 2000);
setTimeout(requestPing, 10000);
return [];
}