Browse Source

HOT-FIX: diminui timeout Solr

pull/2527/head
Edward Ribeiro 6 years ago
parent
commit
c0832c6baf
  1. 2
      sapl/settings.py

2
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,
},
}

Loading…
Cancel
Save