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:
parent
f6ad5bacf4
commit
374be7e5e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue