Skip to content

Commit

Permalink
increase TNS state downloading timeout to 120 seconds (#6487)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec authored Aug 12, 2024
1 parent f258cba commit 2895df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/trusted_node_sync.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2895df1

Please sign in to comment.