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 558b529caf
commit 651fad7401

View file

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