Change genesis-state-url-timeout (#7112)

Timeouts sometimes occur on downloading the Holeksy genesis state from AWS, we've had reputable outside reports on this.
It's around 200MB and hosted in APAC, it makes sense to bump the default, at least for Holesky.


  Bump default timeout from 180 to 300 secs
This commit is contained in:
antondlr
2025-04-01 10:30:39 +02:00
committed by GitHub
parent bde0f1ef0b
commit fb7ec0d151
9 changed files with 9 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ Options:
then this value will be ignored.
--genesis-state-url-timeout <SECONDS>
The timeout in seconds for the request to --genesis-state-url.
[default: 180]
[default: 300]
--log-format <FORMAT>
Specifies the log format used when emitting logs to the terminal.
[possible values: JSON]