From 3bd22be3407e5e0f41bcf8980efcee04c869ed22 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 15 Nov 2016 16:30:11 +0100 Subject: [PATCH] Bump the maximum upload size to 50MB instead of 4MB This should please the design team and tbh, also help uploading tarballs of pagure to pagure.io --- roles/pagure/frontend/templates/pagure.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index 227813df0d..43998e6a9b 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -143,7 +143,7 @@ ITEM_PER_PAGE = 50 ### Maximum size of the uploaded content # Used to limit the size of file attached to a ticket for example -MAX_CONTENT_LENGTH = 4 * 1024 * 1024 # 4 megabytes +MAX_CONTENT_LENGTH = 50 * 1024 * 1024 # 50 megabytes ### Lenght for short commits ids or file hex SHORT_LENGTH = 7