From bbe7e0913124597eb701014903cf7c5f21844ced Mon Sep 17 00:00:00 2001 From: Starfall Date: Tue, 17 Jan 2023 16:14:34 -0600 Subject: increase s3 timeout per una's recommendation --- deploy/conf/.env.production | 1 + 1 file changed, 1 insertion(+) (limited to 'deploy/conf') 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 -- cgit