ipfs-cluster/datastore
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 Fix #1320: Add automatic GC to Badger datastore 2021-06-28 21:51:29 +02:00
inmem Consensus: add new "crdt" consensus component 2019-04-17 19:14:26 +02:00
leveldb Support a levelDB backend for cluster 2021-06-09 19:40:36 +02:00