Bump the max upload to 2MB so edit works
This commit is contained in:
parent
4c1700065b
commit
2396bcd834
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ ITEM_PER_PAGE = 48
|
|||
|
||||
### Maximum size of the uploaded content
|
||||
# Used to limit the size of file attached to a ticket for example
|
||||
MAX_CONTENT_LENGTH = 1024 # 1024 bytes
|
||||
MAX_CONTENT_LENGTH = 2 * 1024 * 1024 # 2 megabytes
|
||||
|
||||
### Lenght for short commits ids or file hex
|
||||
SHORT_LENGTH = 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue