Closed arthurprs closed 8 years ago
The current retention period implementation is a soft one. Garbage collection will still keep segments based on the smallest channel tail.
It'd be interesting to have a hard retention period that will forcefully remove stalled segments.
Implemented at commit ff378f390258318836192a717a6037305ddffed5
The current retention period implementation is a soft one. Garbage collection will still keep segments based on the smallest channel tail.
It'd be interesting to have a hard retention period that will forcefully remove stalled segments.