mirror of
https://github.com/nais/wonderwall.git
synced 2026-08-19 19:16:14 +00:00
Consolidate the refresh schedule into a single NextRefresh function (leeway + inactivity half-life, floored at the cooldown). ShouldRefresh now defers to it, so the explicit cooldown gate is redundant and removed. Add doc comments naming the mechanisms. No behavior change.