From 1ff38f09b7e7b028ea70a4fad2cd27601370bd54 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 14 Dec 2016 18:44:25 +0100 Subject: [PATCH] Bump the upload limit for pagure to 60MB Fixes https://pagure.io/fedora-infrastructure/issue/5631 --- 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 498833a929..7a791bcdde 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 = 50 * 1024 * 1024 # 50 megabytes +MAX_CONTENT_LENGTH = 60 * 1024 * 1024 # 60 megabytes ### Lenght for short commits ids or file hex SHORT_LENGTH = 7