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

@@ -231,6 +231,10 @@ public class PerformanceDb implements AutoCloseable {
return fields;
}
public DataStore getRealDataStore() {
return dataStore;
}
public PartitionDiskStore getDataStore() {
return dataStore.getDiskStorage();
}