#'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine',
'ENGINE': 'telemeta.util.backend.CustomElasticEngine',
'URL': env('HAYSTACK_URL'),
+ 'TIMEOUT': 60 * 5,
'INDEX_NAME': env('HAYSTACK_INDEX_NAME'),
'INLUDE_SPELLING': True,
'EXCLUDED_INDEXES': ['telemeta.search_indexes.LocationIndex',
# 'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine',
'ENGINE': 'telemeta.util.backend.CustomElasticEngine',
'URL': env('HAYSTACK_URL'),
+ 'TIMEOUT': 60 * 5,
'INDEX_NAME': env('HAYSTACK_INDEX_NAME_AUTOCOMPLETE'),
'INLUDE_SPELLING': True,
'EXCLUDED_INDEXES': ['telemeta.search_indexes.MediaItemIndex',