From 7230b4d7dc4d33753b9feb966a468600c79fbdda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 15 Jun 2016 10:26:03 +0200 Subject: [PATCH] increase timeout for whoshee indexer so people are not locked out too soon. In such case they will see ISE. --- roles/copr/frontend/templates/copr.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 14b55f5cec..63af8bc697 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -4,6 +4,7 @@ DATABASE = '/var/lib/copr/data/copr.db' OPENID_STORE = '/var/lib/copr/data/openid_store' WHOOSHEE_DIR = '/var/lib/copr/data/whooshee' WHOSHEE_MIN_STRING_LEN = 2 +WHOSHEE_WRITER_TIMEOUT = 10 SECRET_KEY = '{{ copr_secret_key }}' BACKEND_PASSWORD = '{{ copr_backend_password }}'