# HG changeset patch # User Marcin Kuzminski # Date 2013-06-07 18:01:57 # Node ID 5aa571d559bf6944c81acdff2ef48ba231253a0a # Parent 60900e877b314500444c033ea1dac2c18394260f # Parent 8c11a295d1319a20bff157144e71473b506bafbf merged dev into stable diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.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 = 0.0.0.0 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 diff --git a/rhodecode/config/deployment.ini_tmpl b/rhodecode/config/deployment.ini_tmpl --- a/rhodecode/config/deployment.ini_tmpl +++ b/rhodecode/config/deployment.ini_tmpl @@ -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