Skip to content
Snippets Groups Projects
Commit 642f3300 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] `sync`: Wait up to 30s for downloading node selection

parent efee101d
No related branches found
No related tags found
No related merge requests found
...@@ -316,7 +316,7 @@ export const CommonConstants = { ...@@ -316,7 +316,7 @@ export const CommonConstants = {
DEFAULT_NON_WOT_PEERS_LIMIT: 100, // Number of non-wot peers accepted in our peer document pool DEFAULT_NON_WOT_PEERS_LIMIT: 100, // Number of non-wot peers accepted in our peer document pool
WAIT_P2P_CANDIDATE_HEARTBEAT: 5000, // Wait X seconds for a node to answer about its state WAIT_P2P_CANDIDATE_HEARTBEAT: 30 * 1000, // Wait X seconds for a node to answer about its state
MAX_READING_SLOTS_FOR_FILE_SYNC: 20, // Number of file reading in parallel MAX_READING_SLOTS_FOR_FILE_SYNC: 20, // Number of file reading in parallel
} }
......
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