From 88a17cd84820ad0f3617ada8b24b657e1ea7e183 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Fri, 22 Nov 2024 15:59:41 +0100 Subject: [PATCH] Merge pull request #22099 from overleaf/jpa-timeout [history-v1] back_fill_file_hash: increase S3 httpOptions.timeout GitOrigin-RevId: cd01f78597c517c9530f14a5ccc6defe2b49446b --- services/history-v1/config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/history-v1/config/default.json b/services/history-v1/config/default.json index 6ffab46432..74c5bcd237 100644 --- a/services/history-v1/config/default.json +++ b/services/history-v1/config/default.json @@ -19,7 +19,7 @@ "maxRetries": "1", "pathStyle": false, "httpOptions": { - "timeout": "30000" + "timeout": "120000" } } },