kommode/gitea: bump AVATAR_MAX_ORIGIN_SIZE from 2MB to 4MB

This commit is contained in:
h7x4
2026-06-24 14:33:16 +09:00
parent 522d8f18cb
commit 90bfda9066
+1 -1
View File
@@ -136,7 +136,7 @@ in {
picture = {
AVATAR_MAX_FILE_SIZE = 1024 * 1024 * 5;
# NOTE: go any bigger than this, and gitea will freeze your gif >:(
AVATAR_MAX_ORIGIN_SIZE = 1024 * 1024 * 2;
AVATAR_MAX_ORIGIN_SIZE = 1024 * 1024 * 4;
};
actions.ENABLED = true;
webhook.ALLOWED_HOST_LIST = lib.concatStringsSep "," [