matchlist tmp table + zstd meta compression

This commit is contained in:
2020-04-28 10:32:09 -04:00
parent 5cd367456c
commit 8d7bc2d133
8 changed files with 111 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ const inQueue = "qq:in"
const outQueue = "qq:out:"
const wipQueue = "qq:wip"
const CacheLength = time.Second * 30
const CacheLength = time.Second * 5
func queryWorker() {
Logger.Info("Query worker started")