Merge pull request #5853 from mempool/mononaut/pump-it-up

pump up monitoring frequency
This commit is contained in:
wiz 2025-04-06 16:03:06 +09:00 committed by GitHub
commit c760de1517
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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();