ReviewGateConfig

data class ReviewGateConfig(val minAccountAgeDays: Int = 3, val minInteractions: Int = 5, val cooldownDays: Int = 30)

Tunable thresholds for the review gate (sane defaults; overridable via app config).

Constructors

Link copied to clipboard
constructor(minAccountAgeDays: Int = 3, minInteractions: Int = 5, cooldownDays: Int = 30)

Properties

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