ipfs-cluster/consensus/crdt
Hector Sanjuan 5e7a694cd1 crdt: Implement proper Batch commit on shutdown
This implements committing batches on shutdown properly.

Now the batchWorker will only finish when there are no more things queued to
be included in the final batch(es).

LogPin/Unpin operations will fail while we are shutting down and they cannot
be included in the batch.
2022-06-22 20:19:12 +02:00
..
config_test.go crdt: add RepairInterval option 2022-02-01 23:29:40 +01:00
config.go Migrate from ipfs/ipfs-cluster to ipfs-cluster/ipfs-cluster 2022-06-16 17:43:30 +02:00
consensus_test.go Enable spell checking and fix spelling errors (using US locale) 2022-06-16 17:43:30 +02:00
consensus.go crdt: Implement proper Batch commit on shutdown 2022-06-22 20:19:12 +02:00