From 199c320bc831dce3e945387c247e18df5d36a430 Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 20 Jan 2012 11:05:05 -0500 Subject: [PATCH] Bump upload size to 128mb, the firmware updates (at least for now while testing) are a bit too large for the old value. --- etc/rc.php_ini_setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index e8d67faa6c..60497b199e 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -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