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