mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
ee85d948e2
GitOrigin-RevId: ef2ef77e26df59d1af3df6dc664e284d3c70102d
29 lines
580 B
JSON
29 lines
580 B
JSON
{
|
|
"persistor": {
|
|
"backend": "s3",
|
|
"s3": {
|
|
"signedUrlExpiryInMs": "1800000",
|
|
"maxRetries": "1",
|
|
"httpOptions": {
|
|
"timeout": "8000"
|
|
}
|
|
},
|
|
"gcs": {
|
|
"signedUrlExpiryInMs": "1800000",
|
|
"deleteConcurrency": "50"
|
|
}
|
|
},
|
|
"chunkStore": {
|
|
"historyStoreConcurrency": "4"
|
|
},
|
|
"zipStore": {
|
|
"zipTimeoutMs": "360000"
|
|
},
|
|
"maxDeleteKeys": "1000",
|
|
"useDeleteObjects": "true",
|
|
"clusterWorkers": "1",
|
|
"maxFileUploadSize": "52428800",
|
|
"databasePoolMin": "2",
|
|
"databasePoolMax": "10",
|
|
"httpsOnly": "false"
|
|
}
|