We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f258cba commit 2895df1Copy full SHA for 2895df1
beacon_chain/trusted_node_sync.nim
@@ -21,7 +21,7 @@ import
21
from presto import RestDecodingError
22
23
const
24
- largeRequestsTimeout = 90.seconds # Downloading large items such as states.
+ largeRequestsTimeout = 120.seconds # Downloading large items such as states.
25
smallRequestsTimeout = 30.seconds # Downloading smaller items such as blocks and deposit snapshots.
26
27
proc fetchDepositSnapshot(
0 commit comments