mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 23:04:26 +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
|
from presto import RestDecodingError
|
||||||
|
|
||||||
const
|
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.
|
smallRequestsTimeout = 30.seconds # Downloading smaller items such as blocks and deposit snapshots.
|
||||||
|
|
||||||
proc fetchDepositSnapshot(
|
proc fetchDepositSnapshot(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user