Skip to content

Commit f1823d8

Browse files
Edward Houstonphilippem
authored andcommitted
Adding missing call to set_auto_compaction for cache_db
1 parent 18efdec commit f1823d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/new_index/schema.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ impl Indexer {
292292
);
293293
start_fetcher(self.from, &daemon, to_index)?.map(|blocks| self.index(&blocks));
294294
self.start_auto_compactions(&self.store.history_db);
295+
self.start_auto_compactions(&self.store.cache_db);
295296

296297
if let DBFlush::Disable = self.flush {
297298
debug!("flushing to disk");

0 commit comments

Comments
 (0)