increase S3 timeouts as the internet is slow as molasses

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-27 09:48:02 +01:00
parent 61ac644d56
commit 70c26f615a
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -38,6 +38,8 @@ in
S3_HOSTNAME = "s3.us-west-000.backblazeb2.com";
S3_ENDPOINT = "https://s3.us-west-000.backblazeb2.com/";
S3_ALIAS_HOST = "mastodon-assets.chir.rs";
S3_OPEN_TIMEOUT = "120";
S3_READ_TIMEOUT = "120";
};
redis.createLocally = false;
otpSecretFile = config.sops.secrets."services/mastodon/otpSecret".path;