Implement meta search

This commit is contained in:
2022-07-21 13:52:41 +01:00
parent e7dba44736
commit b50ef76c2d
6 changed files with 184 additions and 22 deletions

View File

@@ -58,4 +58,9 @@ NICKTRACE_MAX_ITERATIONS = 4
NICKTRACE_MAX_CHUNK_SIZE = 500
NICKTRACE_QUERY_SIZE = 10000
# Meta
META_MAX_ITERATIONS = 4
META_MAX_CHUNK_SIZE = 500
META_QUERY_SIZE = 10000
DEBUG = True