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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-03-06 17:57:38 +00:00
parent f6ad5bacf4
commit 374be7e5e7

View file

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