Begin refactoring Elastic backend to use helper functions

This commit is contained in:
2022-11-21 19:43:23 +00:00
parent 61f93390d9
commit 39ae1203be
3 changed files with 102 additions and 108 deletions

View File

@@ -58,8 +58,7 @@ DRILLDOWN_DEFAULT_PARAMS = {
# # Delay results by this many days
# DELAY_DURATION = 10
ELASTICSEARCH_BLACKLISTED = {
}
ELASTICSEARCH_BLACKLISTED = {}
# URLs\
@@ -103,4 +102,4 @@ META_MAX_CHUNK_SIZE = 500
META_QUERY_SIZE = 10000
DEBUG = True
PROFILER = False
PROFILER = False