reduce multipart size to 5MiB
Otherwise the uploads will fail because the internet is just this slow for my mastodon instance lmao
This commit is contained in:
parent
34254d2dfb
commit
5c1dd13503
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ in
|
|||
S3_ALIAS_HOST = "mastodon-assets.chir.rs";
|
||||
S3_OPEN_TIMEOUT = "120";
|
||||
S3_READ_TIMEOUT = "120";
|
||||
S3_MULTIPART_THRESHOLD = "5242880";
|
||||
};
|
||||
redis.createLocally = false;
|
||||
otpSecretFile = config.sops.secrets."services/mastodon/otpSecret".path;
|
||||
|
|
Loading…
Reference in a new issue