GarbageCollectorConfig

@Serializable
data class GarbageCollectorConfig(var enabled: Boolean = true, var blocksToKeep: Int = 10, var garbageLifetime: Duration = Duration.ofHours(24))

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true, blocksToKeep: Int = 10, garbageLifetime: Duration = Duration.ofHours(24))

Properties

Link copied to clipboard
Link copied to clipboard

Gates the leader's auto-signal at block boundaries; explicit awaitNoGarbage() always runs.

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard