Files
overleaf-cep/services/history-v1/config/default.json
T
Jakob Ackermann 651fad7401 Merge pull request #22099 from overleaf/jpa-timeout
[history-v1] back_fill_file_hash: increase S3 httpOptions.timeout

GitOrigin-RevId: cd01f78597c517c9530f14a5ccc6defe2b49446b
2024-11-25 09:05:26 +00:00

42 lines
836 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": "120000"
}
}
},
"chunkStore": {
"historyStoreConcurrency": "4"
},
"zipStore": {
"zipTimeoutMs": "360000"
},
"minSoftDeletionPeriodDays": "90",
"maxDeleteKeys": "1000",
"useDeleteObjects": "true",
"clusterWorkers": "1",
"maxFileUploadSize": "52428800",
"databasePoolMin": "2",
"databasePoolMax": "10",
"httpsOnly": "false",
"httpRequestTimeout": "300000"
}