diff --git a/src/new_index/schema.rs b/src/new_index/schema.rs index 433c55d6..14f52636 100644 --- a/src/new_index/schema.rs +++ b/src/new_index/schema.rs @@ -373,6 +373,7 @@ impl Indexer { start_fetcher(self.from, &daemon, to_index)? .map(|blocks| self.index(&blocks, Operation::AddBlocks)); self.start_auto_compactions(&self.store.history_db); + self.start_auto_compactions(&self.store.cache_db); if let DBFlush::Disable = self.flush { debug!("flushing to disk");