Bump the upload limit for pagure to 60MB

Fixes https://pagure.io/fedora-infrastructure/issue/5631
This commit is contained in:
Pierre-Yves Chibon 2016-12-14 18:44:25 +01:00
parent fe0ec68983
commit 1ff38f09b7

View file

@ -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