Skip to content

Commit 0e272ac

Browse files
author
Alexandros Ioannides
authored
Minor optimizations on hestia-php
1 parent 3dcb6f6 commit 0e272ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/deb/php/php.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ expose_php = Off
377377
; Maximum execution time of each script, in seconds
378378
; http://php.net/max-execution-time
379379
; Note: This directive is hardcoded to 0 for the CLI SAPI
380-
max_execution_time = 60
380+
max_execution_time = 120
381381

382382
; Maximum amount of time each script may spend parsing request data. It's a good
383383
; idea to limit this time on productions servers in order to eliminate unexpectedly
@@ -387,7 +387,7 @@ max_execution_time = 60
387387
; Development Value: 60 (60 seconds)
388388
; Production Value: 60 (60 seconds)
389389
; http://php.net/max-input-time
390-
max_input_time = 60
390+
max_input_time = 120
391391

392392
; Maximum input variable nesting level
393393
; http://php.net/max-input-nesting-level
@@ -1078,7 +1078,7 @@ sendmail_path = /usr/sbin/sendmail -t -i
10781078
;mail.force_extra_parameters =
10791079

10801080
; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
1081-
mail.add_x_header = On
1081+
mail.add_x_header = Off
10821082

10831083
; The path to a log file that will log all mail() calls. Log entries include
10841084
; the full path of the script, line number, To address and headers.

0 commit comments

Comments
 (0)