diff --git a/src/main/java/me/cortex/voxy/client/saver/ContextSelectionSystem.java b/src/main/java/me/cortex/voxy/client/saver/ContextSelectionSystem.java index dafb866c..d744d83e 100644 --- a/src/main/java/me/cortex/voxy/client/saver/ContextSelectionSystem.java +++ b/src/main/java/me/cortex/voxy/client/saver/ContextSelectionSystem.java @@ -39,7 +39,7 @@ public class ContextSelectionSystem { var baseDB = new RocksDBStorageBackend.Config(); var compressor = new ZSTDCompressor.Config(); - compressor.compressionLevel = 3; + compressor.compressionLevel = 1; var compression = new CompressionStorageAdaptor.Config(); compression.delegate = baseDB;