diff options
author | smos <seth.mos@dds.nl> | 2012-07-18 10:04:28 +0200 |
---|---|---|
committer | smos <seth.mos@dds.nl> | 2012-07-18 10:04:28 +0200 |
commit | 7e824233937c0bdc326470bbc099de178179d95b (patch) | |
tree | 2066256a4a34646adb38895f4f1644382a006be7 /etc/rc.php_ini_setup | |
parent | 9d0be8275a000efba37bfc502e7ed56c117b9bec (diff) | |
download | pfsense-7e824233937c0bdc326470bbc099de178179d95b.zip pfsense-7e824233937c0bdc326470bbc099de178179d95b.tar.gz |
Actually reflect the right timeout values for redmine ticket #2552
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-x | etc/rc.php_ini_setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index 13edc1f..4342b93 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -169,7 +169,7 @@ expose_php = Off implicit_flush = true magic_quotes_gpc = Off max_execution_time = 900 -max_input_time = 300 +max_input_time = 1800 set_time_limit = 3600 register_argc_argv = On file_uploads = On |