From c680ed2b4b719cebcdf9eb2ee5ed4bcdc7ace008 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Wed, 3 Mar 2021 04:10:38 +0000 Subject: [PATCH] fix limits.default and make it 10MB exactly --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 31fd97e..c81de48 100644 --- a/config.json +++ b/config.json @@ -63,9 +63,9 @@ } }, "limits": { - "defaults": { + "default": { "following": "unlimited", - "max_file_size": 10000000, + "max_file_size": 10485759, "storage": 0 } }