Reduce consensus info polling interval to 1 second

This commit is contained in:
Moudy 2026-03-03 01:58:58 +01:00 committed by GitHub
parent 226ebe3e0e
commit b9d2865b6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{
"home": "./indexer/service",
"consensus_info_polling_interval": "60s",
"consensus_info_polling_interval": "1s",
"bedrock_client_config": {
"addr": "http://localhost:8080",
"backoff": {