mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-04 12:48:25 -05:00
9cc6f2a9d5
[history-v1] backup-deletion-app: initial revision GitOrigin-RevId: 9e05c0e16595cb8d180861ef503c7b4522110d39
41 lines
834 B
JSON
41 lines
834 B
JSON
{
|
|
"persistor": {
|
|
"backend": "s3",
|
|
"s3": {
|
|
"signedUrlExpiryInMs": "1800000",
|
|
"maxRetries": "1",
|
|
"httpOptions": {
|
|
"timeout": "8000"
|
|
}
|
|
},
|
|
"gcs": {
|
|
"signedUrlExpiryInMs": "1800000",
|
|
"deleteConcurrency": "50"
|
|
}
|
|
},
|
|
"backupPersistor": {
|
|
"backend": "s3SSEC",
|
|
"s3SSEC": {
|
|
"maxRetries": "1",
|
|
"pathStyle": false,
|
|
"httpOptions": {
|
|
"timeout": "8000"
|
|
}
|
|
}
|
|
},
|
|
"chunkStore": {
|
|
"historyStoreConcurrency": "4"
|
|
},
|
|
"zipStore": {
|
|
"zipTimeoutMs": "360000"
|
|
},
|
|
"minSoftDeletionPeriodDays": "90",
|
|
"maxDeleteKeys": "1000",
|
|
"useDeleteObjects": "true",
|
|
"clusterWorkers": "1",
|
|
"maxFileUploadSize": "52428800",
|
|
"databasePoolMin": "2",
|
|
"databasePoolMax": "10",
|
|
"httpsOnly": "false",
|
|
"httpRequestTimeout": "300000"
|
|
}
|