Implement more efficient and accurate search algorithm

This commit is contained in:
2022-07-21 13:52:34 +01:00
parent 589ee6d735
commit f0f7ceb8d1
3 changed files with 78 additions and 49 deletions

View File

@@ -53,4 +53,9 @@ THRESHOLD_API_KEY = "name"
THRESHOLD_API_TOKEN = "token"
THRESHOLD_API_COUNTER = "counter"
# NickTrace
NICKTRACE_MAX_ITERATIONS = 4
NICKTRACE_MAX_CHUNK_SIZE = 500
NICKTRACE_QUERY_SIZE = 10000
DEBUG = True