[ops] Reduce electrs loop time from 5 seconds to 1 second

This commit is contained in:
wiz
2022-05-10 21:52:07 +09:00
parent 63143fe312
commit db35a8a69b
6 changed files with 6 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
"SPAWN_CLUSTER_PROCS": 0,
"API_URL_PREFIX": "/api/v1/",
"CLEAR_PROTECTION_MINUTES": 5,
"POLL_RATE_MS": 2000,
"POLL_RATE_MS": 1000,
"INDEXING_BLOCKS_AMOUNT": -1,
"USE_SECOND_NODE_FOR_MINFEE": true
},