Skip to content
Snippets Groups Projects
Commit be9019a4 authored by Éloïs's avatar Éloïs
Browse files

fix(sync): allow more fail requests

parent 988d3a05
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ export const CrawlerConstants = { ...@@ -32,7 +32,7 @@ export const CrawlerConstants = {
TEST_PEERS_INTERVAL: 10, // In seconds TEST_PEERS_INTERVAL: 10, // In seconds
SYNC_PEERS_INTERVAL: 3, // Every 3 block average generation time SYNC_PEERS_INTERVAL: 3, // Every 3 block average generation time
SYNC_CHUNKS_IN_ADVANCE: 10, // We want to have that much chunks in advance when syncing SYNC_CHUNKS_IN_ADVANCE: 10, // We want to have that much chunks in advance when syncing
SYNC_MAX_FAIL_NO_NODE_FOUND: 20, SYNC_MAX_FAIL_NO_NODE_FOUND: 50,
DURATIONS: { DURATIONS: {
TEN_SECONDS: 10, TEN_SECONDS: 10,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment