Skip to content

Commit

Permalink
Set smaller http sync timeout (#2330)
Browse files Browse the repository at this point in the history
Done experimenting with HTTP timeouts, so setting this to something somewhat more reasonable.
  • Loading branch information
gammazero authored Oct 6, 2023
1 parent 36bf62c commit af9422f
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": "5m",
"HttpSyncTimeout": "30s",
"IngestWorkerCount": 30,
"PubSubTopic": "/indexer/ingest/mainnet",
"ResendDirectAnnounce": false,
Expand Down

0 comments on commit af9422f

Please sign in to comment.