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