diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index bf138b5234..b6c3ab98fd 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -115,7 +115,7 @@ ITEM_PER_PAGE = 48 ### Maximum size of the uploaded content # Used to limit the size of file attached to a ticket for example -MAX_CONTENT_LENGTH = 1024 # 1024 bytes +MAX_CONTENT_LENGTH = 2 * 1024 * 1024 # 2 megabytes ### Lenght for short commits ids or file hex SHORT_LENGTH = 6