mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Add the threadpool_kill_thread_limit option to universe_wsgi.ini.sample.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user