diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -59,6 +59,9 @@ max_request_body_size = 107374182400 ## recommended for bigger setup is using of of other than sync one #worker_class = sync #max_requests = 5 +## ammount of time a worker can handle request before it get's killed and +## restarted +#timeout = 3600 ## COMMON ## host = 127.0.0.1