From af9422fc372d04cf38b86f94b1e6b3c57056b4d2 Mon Sep 17 00:00:00 2001 From: Andrew Gillis Date: Fri, 6 Oct 2023 16:33:22 -0700 Subject: [PATCH] Set smaller http sync timeout (#2330) Done experimenting with HTTP timeouts, so setting this to something somewhat more reasonable. --- .../us-east-2/tenant/storetheindex/instances/inga/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/manifests/prod/us-east-2/tenant/storetheindex/instances/inga/config.json b/deploy/manifests/prod/us-east-2/tenant/storetheindex/instances/inga/config.json index 39447e4ff..0a700bca6 100644 --- a/deploy/manifests/prod/us-east-2/tenant/storetheindex/instances/inga/config.json +++ b/deploy/manifests/prod/us-east-2/tenant/storetheindex/instances/inga/config.json @@ -86,7 +86,7 @@ "HttpSyncRetryMax": 0, "HttpSyncRetryWaitMax": "30s", "HttpSyncRetryWaitMin": "1s", - "HttpSyncTimeout": "5m", + "HttpSyncTimeout": "30s", "IngestWorkerCount": 30, "PubSubTopic": "/indexer/ingest/mainnet", "ResendDirectAnnounce": false,