max_input_time

Maximum amount of time each script may spend parsing request data. It's a good idea to limit this time on productions servers in order to eliminate unexpectedly long running scripts.

; max_input_time
;    Default Value: -1 (Unlimited)
;    Development Value: 60 (60 seconds)
;    Production Value: 60 (60 seconds)

The max_input_time parameter places a limit on the amount of time, in seconds, that a PHP script devotes to parsing request data. This parameter is particularly important when you upload large files using PHP's file upload feature.





Content