Bump the max upload to 2MB so edit works

This commit is contained in:
Pierre-Yves Chibon 2017-07-11 09:19:07 +02:00
parent 4c1700065b
commit 2396bcd834

View file

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