Give the fcomm cache worker an extra thread to play with.

This commit is contained in:
Ralph Bean 2014-11-17 15:31:08 +00:00
parent 8afb3582e8
commit 0b17c98111

View file

@ -144,9 +144,9 @@ cache.connectors.arguments.distributed_lock=True
# For the cache worker daemon
cache-worker.pidfile = /var/run/fedoracommunity/fcomm-cache-worker.pid
cache-worker.logfile = /var/log/fedoracommunity/fcomm-cache-worker.log
# We can have no more than 1 thread until the following is resolved
# https://github.com/kushaldas/retask/issues/2
cache-worker.threads = 1
# If there are any issues with threads, see the discussion here
# https://github.com/fedora-infra/fedora-packages/issues/10
cache-worker.threads = 2
[server:main]
use = egg:Paste#http