From 23b0753f8985c2fcf882a9e83ba6059a2d4d452a Mon Sep 17 00:00:00 2001 From: Maxime Bombar Date: Fri, 29 Jun 2018 05:16:31 +0200 Subject: [PATCH] [printer] Update settings.py (temporary) --- printer/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printer/settings.py b/printer/settings.py index 97895a3b..c8879bd4 100644 --- a/printer/settings.py +++ b/printer/settings.py @@ -9,5 +9,5 @@ Define variables, to be changed into a configuration table. -MAX_PRINTFILE_SIZE = 10 * 1024 * 1024 # 25 MB +MAX_PRINTFILE_SIZE = 25 * 1024 * 1024 # 25 MB ALLOWED_TYPES = ['application/pdf']