We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18efdec commit f1823d8Copy full SHA for f1823d8
src/new_index/schema.rs
@@ -292,6 +292,7 @@ impl Indexer {
292
);
293
start_fetcher(self.from, &daemon, to_index)?.map(|blocks| self.index(&blocks));
294
self.start_auto_compactions(&self.store.history_db);
295
+ self.start_auto_compactions(&self.store.cache_db);
296
297
if let DBFlush::Disable = self.flush {
298
debug!("flushing to disk");
0 commit comments