increase S3 timeouts as the internet is slow as molasses
This commit is contained in:
parent
61ac644d56
commit
70c26f615a
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue