From 6eaa6019a3855a18879479ad19e8444f3a38f642 Mon Sep 17 00:00:00 2001 From: profitroll Date: Wed, 15 Feb 2023 11:56:15 +0100 Subject: [PATCH] Added tmp file size --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index b819a1c..1d86c56 100644 --- a/config.json +++ b/config.json @@ -86,6 +86,7 @@ "submission": { "timeout": 30, "file_size": 15728640, + "tmp_size": 15728640, "mime_types": [ "image/png", "image/gif",