From 374be7e5e7150100571b2ef9a05a28e2a7d277d4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 6 Mar 2019 17:57:38 +0000 Subject: [PATCH] pagure.io: Increase upload size from 60MB to 100MB for virt-viewer See ticket https://pagure.io/fedora-infrastructure/issue/7612 virt-viewer folks need to upload larger than 60MB content. Signed-off-by: Kevin Fenzi --- 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 9c3eb4b499..9c85d527f1 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -158,7 +158,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 = 60 * 1024 * 1024 # 60 megabytes +MAX_CONTENT_LENGTH = 100 * 1024 * 1024 # 100 megabytes ### Lenght for short commits ids or file hex SHORT_LENGTH = 7