Give the fcomm cache worker an extra thread to play with.
This commit is contained in:
parent
8afb3582e8
commit
0b17c98111
1 changed files with 3 additions and 3 deletions
|
@ -144,9 +144,9 @@ cache.connectors.arguments.distributed_lock=True
|
||||||
# For the cache worker daemon
|
# For the cache worker daemon
|
||||||
cache-worker.pidfile = /var/run/fedoracommunity/fcomm-cache-worker.pid
|
cache-worker.pidfile = /var/run/fedoracommunity/fcomm-cache-worker.pid
|
||||||
cache-worker.logfile = /var/log/fedoracommunity/fcomm-cache-worker.log
|
cache-worker.logfile = /var/log/fedoracommunity/fcomm-cache-worker.log
|
||||||
# We can have no more than 1 thread until the following is resolved
|
# If there are any issues with threads, see the discussion here
|
||||||
# https://github.com/kushaldas/retask/issues/2
|
# https://github.com/fedora-infra/fedora-packages/issues/10
|
||||||
cache-worker.threads = 1
|
cache-worker.threads = 2
|
||||||
|
|
||||||
[server:main]
|
[server:main]
|
||||||
use = egg:Paste#http
|
use = egg:Paste#http
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue