Skip to content

Commit

Permalink
default to lz4 compression
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Mar 17, 2022
1 parent f1b6708 commit 1299a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/db/src/rocks_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ impl Default for RocksDbConfig {
max_open_files: 1024,
max_background_jobs: None,
compaction_style: None,
compression_type: None,
compression_type: Some("lz4".into()),
enable_statistics: false,
}
}
Expand Down

0 comments on commit 1299a39

Please sign in to comment.