mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
2304e6d32b
commit
67ca6a74b2
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
"maxRetries": "1",
|
||||
"pathStyle": false,
|
||||
"httpOptions": {
|
||||
"timeout": "8000"
|
||||
"timeout": "30000"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue