Bump the upload limit for pagure to 60MB
Fixes https://pagure.io/fedora-infrastructure/issue/5631
This commit is contained in:
parent
fe0ec68983
commit
1ff38f09b7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue