mirror of
https://github.com/mempool/mempool.git
synced 2025-09-28 08:47:42 +02:00
pump up monitoring frequency
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user