Skip to content

Commit

Permalink
Increast HTTP timeout as needed for some slow publishers (#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero authored Oct 6, 2023
1 parent 3dda565 commit 4800118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"HttpSyncRetryMax": 0,
"HttpSyncRetryWaitMax": "30s",
"HttpSyncRetryWaitMin": "1s",
"HttpSyncTimeout": "10s",
"HttpSyncTimeout": "60s",
"IngestWorkerCount": 30,
"PubSubTopic": "/indexer/ingest/mainnet",
"ResendDirectAnnounce": false,
Expand Down

0 comments on commit 4800118

Please sign in to comment.