1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/acc4a2270e6a/ Changeset: acc4a2270e6a User: greg Date: 2013-06-24 15:44:58 Summary: Add the threadpool_kill_thread_limit setting to the tool shed's sample configuration file. Affected #: 1 file diff -r 4f7b7e4ca213498824d5fba7526676ddf976b823 -r acc4a2270e6a45ec03976fd53fb7b55da7b3fabc tool_shed_wsgi.ini.sample --- a/tool_shed_wsgi.ini.sample +++ b/tool_shed_wsgi.ini.sample @@ -12,6 +12,8 @@ use_threadpool = true 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 # ---- Galaxy Webapps Community Interface ------------------------------------------------- Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.