summaryrefslogtreecommitdiffstats
path: root/usr/local/etc
diff options
context:
space:
mode:
authorMark Crane <mcrane@pfsense.org>2008-04-27 06:25:58 +0000
committerMark Crane <mcrane@pfsense.org>2008-04-27 06:25:58 +0000
commit010274da571d89b5bedd61268b475c243cb8360b (patch)
tree3feabaac33e3aef606a2dc17ce7d6d8fa82723a4 /usr/local/etc
parent47d11b79b44c01f946ec418ab4d9b72eca7426fb (diff)
downloadpfsense-010274da571d89b5bedd61268b475c243cb8360b.zip
pfsense-010274da571d89b5bedd61268b475c243cb8360b.tar.gz
Set php.ini max execution and input to 180 seconds as a default. Conserves resources. If more time is needed set an override directly in the PHP code. http://forum.pfsense.org/index.php/topic,8878.msg49975.html#msg49975
Diffstat (limited to 'usr/local/etc')
-rw-r--r--usr/local/etc/php.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/etc/php.ini b/usr/local/etc/php.ini
index c54c386..b73dd23 100644
--- a/usr/local/etc/php.ini
+++ b/usr/local/etc/php.ini
@@ -2,8 +2,8 @@
output_buffering = "0"
implicit_flush = true
magic_quotes_gpc = Off
-max_execution_time = 99999999
-max_input_time = 99999999
+max_execution_time = 180
+max_input_time = 180
register_argc_argv = On
file_uploads = On
upload_tmp_dir = /tmp
OpenPOWER on IntegriCloud