default.json 580 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "persistor": {
  3. "backend": "s3",
  4. "s3": {
  5. "signedUrlExpiryInMs": "1800000",
  6. "maxRetries": "1",
  7. "httpOptions": {
  8. "timeout": "8000"
  9. }
  10. },
  11. "gcs": {
  12. "signedUrlExpiryInMs": "1800000",
  13. "deleteConcurrency": "50"
  14. }
  15. },
  16. "chunkStore": {
  17. "historyStoreConcurrency": "4"
  18. },
  19. "zipStore": {
  20. "zipTimeoutMs": "360000"
  21. },
  22. "maxDeleteKeys": "1000",
  23. "useDeleteObjects": "true",
  24. "clusterWorkers": "1",
  25. "maxFileUploadSize": "52428800",
  26. "databasePoolMin": "2",
  27. "databasePoolMax": "10",
  28. "httpsOnly": "false"
  29. }