mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-19 02:52:58 +00:00
increase TNS state downloading timeout to 120 seconds (#6487)
This commit is contained in:
parent
f258cba816
commit
2895df128c
@ -21,7 +21,7 @@ import
|
||||
from presto import RestDecodingError
|
||||
|
||||
const
|
||||
largeRequestsTimeout = 90.seconds # Downloading large items such as states.
|
||||
largeRequestsTimeout = 120.seconds # Downloading large items such as states.
|
||||
smallRequestsTimeout = 30.seconds # Downloading smaller items such as blocks and deposit snapshots.
|
||||
|
||||
proc fetchDepositSnapshot(
|
||||
|
Loading…
x
Reference in New Issue
Block a user