dagstore
dagstore copied to clipboard
Dagstore gc and event loop changes
For #134
PR 2 for the Automated GC work.
The dagstore event loop performs automated watermark based GC and handles quota reservations and releases.
Extendable GC interface used in this PR and an LRU implementation for it is defined at https://github.com/filecoin-project/dagstore/pull/132.