laravel timeouts

This commit is contained in:
nymd 2018-01-29 16:32:18 -08:00 committed by GitHub
parent 639b14445f
commit fad7c11d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,3 +11,6 @@ upload_max_filesize = 20M
; Sets max size of post data allowed.
; http://php.net/post-max-size
post_max_size = 20M
max_execution_time=600
default_socket_timeout=3600
request_terminate_timeout=600