1
0
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:
Roman Zeyde 2020-11-15 20:00:00 +02:00
parent 883d284474
commit bba0cdeb72
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -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) {