Front end file size limit matches server-end limit

This commit is contained in:
kimth
2012-08-13 21:18:49 -04:00
parent 1c2d034283
commit 895cf2c2ed

View File

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