From 0b17c98111a67d97b429b2cba4e3c88d5e98d228 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 17 Nov 2014 15:31:08 +0000 Subject: [PATCH] Give the fcomm cache worker an extra thread to play with. --- roles/packages/templates/packages-app.ini.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/packages/templates/packages-app.ini.j2 b/roles/packages/templates/packages-app.ini.j2 index db151d969f..80f3f697c3 100644 --- a/roles/packages/templates/packages-app.ini.j2 +++ b/roles/packages/templates/packages-app.ini.j2 @@ -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