ipfs-cluster/datastore/badger
Hector Sanjuan 4ac2cf3eb0 Fix #1320: Add automatic GC to Badger datastore
This takes advantage of go-ds-badger "auto-gc" feature.

It will run a GC cycle made of multiple GC rounds (until it cannot GC more)
automatically. The behaviour is enabled by default in the configuration and
can be disabled by setting "gc_interval" to "0m". Hopefully this prevents
badger datastores from growing crazy.
2021-06-28 21:51:29 +02:00
..
badger.go Fix #1320: Add automatic GC to Badger datastore 2021-06-28 21:51:29 +02:00
config_test.go Fix #1320: Add automatic GC to Badger datastore 2021-06-28 21:51:29 +02:00
config.go Fix #1320: Add automatic GC to Badger datastore 2021-06-28 21:51:29 +02:00