mirror of
https://github.com/Retropex/mempool.git
synced 2025-05-12 18:20:41 +02:00
Merge pull request #5853 from mempool/mononaut/pump-it-up
pump up monitoring frequency
This commit is contained in:
commit
c760de1517
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user