do not use static string compressor in upload handlers

This commit is contained in:
2021-09-18 19:41:40 +02:00
parent 3e1002a99d
commit bcba117742
11 changed files with 66 additions and 18 deletions

View File

@@ -163,6 +163,10 @@ public class DataStore implements AutoCloseable {
}
}
public StringCompressor getStringCompressor() {
return stringCompressor;
}
// visible for test
QueryCompletionIndex getQueryCompletionIndex() {
return queryCompletionIndex;