Run badger garbage collection

This commit is contained in:
DataHoarder 2022-02-04 11:53:33 +01:00
parent a1afa6fbd6
commit 32fd88313b

View file

@ -288,6 +288,7 @@ func (c *AppendConverter) ConvertToBadger(s *specializedstore.BadgerStore, batch
atomic.AddInt64(&ts.processed, int64(len(records))+c.controlSize)
}
s.StorePanakoPrints(records)
s.RunGarbageCollection()
}
}()