Skip to content

Commit 5c478e5

Browse files
committed
fix: configure retries for ingest HTTP requests
1 parent c27cfa5 commit 5c478e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/.env.ingest.production.local.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fi
7575
"Ingest": {
7676
"AdvertisementDepthLimit": 33554432,
7777
"EntriesDepthLimit": 65536,
78-
"HttpSyncRetryMax": 0,
78+
"HttpSyncRetryMax": 3,
7979
"HttpSyncRetryWaitMax": "30s",
8080
"HttpSyncRetryWaitMin": "1s",
8181
"HttpSyncTimeout": "10s",

0 commit comments

Comments
 (0)