From 67ca6a74b248e367e3c803926cefb51dd4e32f02 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Wed, 20 Nov 2024 13:16:25 +0100 Subject: [PATCH] Merge pull request #22004 from overleaf/jpa-default-s3-timeout [history-v1] increase default HTTP timeout for backupPersistor GitOrigin-RevId: 4bcf849488211f074a2200646b048e963070ee52 --- 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 690e376c67..6ffab46432 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": "8000" + "timeout": "30000" } } },