Bump upload size to 128mb, the firmware updates (at least for now while testing) are a bit too large for the old value.

This commit is contained in:
jim-p 2012-01-20 11:05:05 -05:00
parent 48387425e5
commit 199c320bc8

View File

@ -166,8 +166,8 @@ set_time_limit = 0
register_argc_argv = On
file_uploads = On
upload_tmp_dir = ${UPLOADTMPDIR}
upload_max_filesize = 100M
post_max_size = 100M
upload_max_filesize = 128M
post_max_size = 128M
html_errors = Off
zlib.output_compression = Off
zlib.output_compression_level = 1