Compare commits

..

1 Commits

Author SHA1 Message Date
bruno-valante
3f742fe3d5
Merge 7caaa14b93 into 37344b9439 2024-08-26 08:22:56 +00:00

View File

@ -5,16 +5,6 @@ ZGS_CONFIG = {
"confirmation_block_count": 1, "confirmation_block_count": 1,
"router": { "router": {
"private_ip_enabled": True, "private_ip_enabled": True,
},
"sync": {
"heartbeat_interval": "1s",
"peer_connect_timeout": "3s",
"peer_disconnect_timeout": "3s",
"peer_find_timeout": "3s",
"peer_chunks_download_timeout": "3s",
"auto_sync_idle_interval": "1s",
"sequential_find_peer_timeout": "10s",
"random_find_peer_timeout": "10s",
} }
} }