diff options
author | Starfall <us@starfall.systems> | 2023-01-17 16:14:34 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-01-17 16:14:34 -0600 |
commit | bbe7e0913124597eb701014903cf7c5f21844ced (patch) | |
tree | aa9a81eb22b6761e758962a659a7049607c284cf /deploy/conf | |
parent | f5bbb81279124e0f1cd9017bb89f2cd2234bed99 (diff) |
increase s3 timeout per una's recommendation
Diffstat (limited to 'deploy/conf')
-rw-r--r-- | deploy/conf/.env.production | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/conf/.env.production b/deploy/conf/.env.production index 9c1f96f..3eadba8 100644 --- a/deploy/conf/.env.production +++ b/deploy/conf/.env.production @@ -37,6 +37,7 @@ S3_HOSTNAME=pool-api.jortage.com S3_ENDPOINT=https://pool-api.jortage.com S3_SIGNATURE_VERSION=v4 S3_ALIAS_HOST=pool.jortage.com/pluralcafe +S3_READ_TIMEOUT=20 # necessary for docker UID=991 |