mirror of
https://github.com/mempool/mempool.git
synced 2025-10-05 18:42:46 +02:00
pump up monitoring frequency
This commit is contained in:
@@ -36,7 +36,7 @@ class FailoverRouter {
|
|||||||
maxHeight: number = 0;
|
maxHeight: number = 0;
|
||||||
hosts: FailoverHost[];
|
hosts: FailoverHost[];
|
||||||
multihost: boolean;
|
multihost: boolean;
|
||||||
gitHashInterval: number = 600000; // 10 minutes
|
gitHashInterval: number = 60000; // 1 minute
|
||||||
pollInterval: number = 60000; // 1 minute
|
pollInterval: number = 60000; // 1 minute
|
||||||
pollTimer: NodeJS.Timeout | null = null;
|
pollTimer: NodeJS.Timeout | null = null;
|
||||||
pollConnection = axios.create();
|
pollConnection = axios.create();
|
||||||
|
Reference in New Issue
Block a user