Skip to content

Commit

Permalink
Increase http timeout to help slow publishers (#2590)
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero authored Apr 2, 2024
1 parent eb5c574 commit 4b2322c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"HttpSyncRetryMax": 0,
"HttpSyncRetryWaitMax": "30s",
"HttpSyncRetryWaitMin": "1s",
"HttpSyncTimeout": "60s",
"HttpSyncTimeout": "90s",
"IngestWorkerCount": 25,
"PubSubTopic": "/indexer/ingest/mainnet",
"ResendDirectAnnounce": false,
Expand Down

0 comments on commit 4b2322c

Please sign in to comment.