update default connection timeout

This commit is contained in:
Lee
2023-12-30 23:54:53 +00:00
parent 2992ad84da
commit 0fbea0cb4e
3 changed files with 2 additions and 5 deletions

View File

@ -106,6 +106,7 @@ class PingController {
schedule() {
setInterval(this.pingAll, config.rates.pingAll);
// todo: make this a cron job?
this.pingAll();
}