increase TNS state download timeout to 90 (#6363)
This commit is contained in:
parent
8bc53bde71
commit
b759038ba8
|
@ -21,7 +21,7 @@ import
|
|||
from presto import RestDecodingError
|
||||
|
||||
const
|
||||
largeRequestsTimeout = 60.seconds # Downloading large items such as states.
|
||||
largeRequestsTimeout = 90.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