@@ -437,7 +437,7 @@ expose_php = On
437437; Maximum execution time of each script, in seconds
438438; http://php.net/max-execution-time
439439; Note: This directive is hardcoded to 0 for the CLI SAPI
440- max_execution_time = 30
440+ max_execution_time = 3600
441441
442442; Maximum amount of time each script may spend parsing request data. It's a good
443443; idea to limit this time on productions servers in order to eliminate unexpectedly
@@ -447,15 +447,15 @@ max_execution_time = 30
447447; Development Value: 60 (60 seconds)
448448; Production Value: 60 (60 seconds)
449449; http://php.net/max-input-time
450- max_input_time = 60
450+ max_input_time = 3600
451451
452452; Maximum input variable nesting level
453453; http://php.net/max-input-nesting-level
454454; max_input_nesting_level = 64
455455
456456; Maximum amount of memory a script may consume (128MB)
457457; http://php.net/memory-limit
458- memory_limit = 128M
458+ memory_limit = 256M
459459
460460; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
461461; Error handling and logging ;
@@ -877,7 +877,7 @@ file_uploads = On
877877
878878; Maximum allowed size for uploaded files.
879879; http://php.net/upload-max-filesize
880- upload_max_filesize = 2M
880+ upload_max_filesize = 50M
881881
882882; Maximum number of files that can be uploaded via a single request
883883max_file_uploads = 20
@@ -905,7 +905,7 @@ allow_url_include = Off
905905
906906; Default timeout for socket based streams (seconds)
907907; http://php.net/default-socket-timeout
908- default_socket_timeout = 60
908+ default_socket_timeout = 3600
909909
910910; If your scripts have to deal with files from Macintosh systems,
911911; or you are running on a Mac and need to deal with files from
0 commit comments