ipfs-cluster/config
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
..
config_test.go Fix #937: Print full working configuration at startup 2020-05-15 01:33:04 +02:00
config.go Fix #937: Print full working configuration at startup 2020-05-15 01:33:04 +02:00
identity_test.go Tests for identity separation 2019-05-08 21:54:59 +05:30
identity.go staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
util.go Fix #1320: Add automatic GC to Badger datastore 2021-06-28 21:51:29 +02:00