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