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:
Charlotte 🦝 Delenk 2022-04-28 08:42:56 +01:00
parent 34254d2dfb
commit 5c1dd13503
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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;