Merge pull request #22099 from overleaf/jpa-timeout

[history-v1] back_fill_file_hash: increase S3 httpOptions.timeout

GitOrigin-RevId: cd01f78597c517c9530f14a5ccc6defe2b49446b
This commit is contained in:
Jakob Ackermann
2024-11-22 15:59:41 +01:00
committed by Copybot
parent 240c992dd1
commit 88a17cd848
+1 -1
View File
@@ -19,7 +19,7 @@
"maxRetries": "1",
"pathStyle": false,
"httpOptions": {
"timeout": "30000"
"timeout": "120000"
}
}
},