Merge pull request #22004 from overleaf/jpa-default-s3-timeout

[history-v1] increase default HTTP timeout for backupPersistor

GitOrigin-RevId: 4bcf849488211f074a2200646b048e963070ee52
This commit is contained in:
Jakob Ackermann 2024-11-20 13:16:25 +01:00 committed by Copybot
parent 2304e6d32b
commit 67ca6a74b2

View file

@ -19,7 +19,7 @@
"maxRetries": "1",
"pathStyle": false,
"httpOptions": {
"timeout": "8000"
"timeout": "30000"
}
}
},