Skip to content

Commit

Permalink
fix(core-p2p): reduce getBlocksTimeout to 30 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
air1one committed Dec 11, 2020
1 parent f1bf195 commit 9370175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-p2p/src/defaults.ts
Expand Up @@ -21,7 +21,7 @@ export const defaults = {
* The timeout to download a batch of blocks (400). Notice that we start
* 25 concurrent such downloads, so the network may be saturated. [milliseconds]
*/
getBlocksTimeout: 600000,
getBlocksTimeout: 30000,
/**
* The maximum number of peers we will broadcast data to
*/
Expand Down

0 comments on commit 9370175

Please sign in to comment.