From f53c4d2fc9fe284ef0fe8eaaa530f7260504bd2b Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Wed, 20 Feb 2019 10:02:08 -0300 Subject: [PATCH] HOT-FIX: diminui timeout Solr --- sapl/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/settings.py b/sapl/settings.py index 48df49d9b..6b824fc97 100755 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -125,7 +125,7 @@ HAYSTACK_CONNECTIONS = { 'ENGINE': SEARCH_BACKEND, SEARCH_URL[0]: SEARCH_URL[1], 'BATCH_SIZE': 1000, - 'TIMEOUT': 60, + 'TIMEOUT': 20, }, }