Add the threadpool_kill_thread_limit option to universe_wsgi.ini.sample.

This commit is contained in:
Dave Bouvier
2013-06-24 15:43:14 -04:00
parent a9e06202b8
commit 376e106f42
+3
View File
@@ -40,6 +40,9 @@ use_threadpool = True
# Number of threads in the web server thread pool.
#threadpool_workers = 10
# Set the number of seconds a thread can work before you should kill it (assuming it will never finish) to 3 hours.
threadpool_kill_thread_limit = 10800
# ---- Filters --------------------------------------------------------------
# Filters sit between Galaxy and the HTTP server.