Browse Source

HOT-FIX: diminui timeout Solr

rate-limiter-2026
Edward Ribeiro 7 years ago
parent
commit
f53c4d2fc9
  1. 2
      sapl/settings.py

2
sapl/settings.py

@ -125,7 +125,7 @@ HAYSTACK_CONNECTIONS = {
'ENGINE': SEARCH_BACKEND, 'ENGINE': SEARCH_BACKEND,
SEARCH_URL[0]: SEARCH_URL[1], SEARCH_URL[0]: SEARCH_URL[1],
'BATCH_SIZE': 1000, 'BATCH_SIZE': 1000,
'TIMEOUT': 60, 'TIMEOUT': 20,
}, },
} }

Loading…
Cancel
Save