Bump the maximum upload size to 50MB instead of 4MB
This should please the design team and tbh, also help uploading tarballs of pagure to pagure.io
This commit is contained in:
parent
39b67e2c6e
commit
3bd22be340
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 = 4 * 1024 * 1024 # 4 megabytes
|
||||
MAX_CONTENT_LENGTH = 50 * 1024 * 1024 # 50 megabytes
|
||||
|
||||
### Lenght for short commits ids or file hex
|
||||
SHORT_LENGTH = 7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue