mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-22 06:07:59 +00:00
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:
parent
558b529caf
commit
651fad7401
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
"maxRetries": "1",
|
||||
"pathStyle": false,
|
||||
"httpOptions": {
|
||||
"timeout": "30000"
|
||||
"timeout": "120000"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue