pump up monitoring frequency

This commit is contained in:
Mononaut 2025-04-06 06:55:27 +00:00
parent ef6ce8d295
commit 05d2aa73f8
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -36,7 +36,7 @@ class FailoverRouter {
maxHeight: number = 0;
hosts: FailoverHost[];
multihost: boolean;
gitHashInterval: number = 600000; // 10 minutes
gitHashInterval: number = 60000; // 1 minute
pollInterval: number = 60000; // 1 minute
pollTimer: NodeJS.Timeout | null = null;
pollConnection = axios.create();