Commit b8a971f1 by XuYS

change max upload size to 500MB

parent d9dbcb08
......@@ -1176,7 +1176,7 @@ OPENID_DOMAIN_PREFIX = 'openid:'
UPLOAD_CHUNK_SIZE_IN_MB = 10
### Max size of asset uploads to GridFS
MAX_ASSET_UPLOAD_FILE_SIZE_IN_MB = 10
MAX_ASSET_UPLOAD_FILE_SIZE_IN_MB = 500
# FAQ url to direct users to if they upload
# a file that exceeds the above size
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment