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…
Reference in New Issue