From 376e106f42e5a84e37e8f435b84771e727a12d2d Mon Sep 17 00:00:00 2001 From: Dave Bouvier Date: Mon, 24 Jun 2013 15:43:14 -0400 Subject: [PATCH] Add the threadpool_kill_thread_limit option to universe_wsgi.ini.sample. --- universe_wsgi.ini.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/universe_wsgi.ini.sample b/universe_wsgi.ini.sample index 24b5f76b41b..19553b1d48e 100644 --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -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.