Skip to content
Snippets Groups Projects
Commit 895cf2c2 authored by kimth's avatar kimth
Browse files

Front end file size limit matches server-end limit

parent 1c2d0342
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ class @Problem
# Sanity check of file size
file_too_large = false
max_filesize = 10*1000*1000 # 10 MB
max_filesize = 4*1000*1000 # 4 MB
@inputs.each (index, element) ->
if element.type is 'file'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment