Browse Source

laravel timeouts

nymd 7 years ago
parent
commit
fad7c11d53
1 changed files with 3 additions and 0 deletions
  1. 3 0
      php-fpm/laravel.ini

+ 3 - 0
php-fpm/laravel.ini

@@ -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