mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
Less auto-compaction logging
This commit is contained in:
parent
883d284474
commit
bba0cdeb72
@ -192,8 +192,8 @@ impl DBStore {
|
||||
self.db
|
||||
.set_options_cf(cf, &[("disable_auto_compactions", "false")])
|
||||
.expect("failed to start auto-compactions");
|
||||
info!("auto-compactions enabled on {}", name);
|
||||
}
|
||||
info!("auto-compactions enabled");
|
||||
}
|
||||
|
||||
fn set_config(&self, config: Config) {
|
||||
|
Loading…
Reference in New Issue
Block a user