From b1faeca09f1cd98a64e5c7c17db990b19803750a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 19 Mar 2026 21:01:55 +0200 Subject: chore(release): bump version to 0.15.7 Increase full sync recent-days window from 7 to 17 days. Co-Authored-By: Claude Sonnet 4.6 --- internal/cli/throttle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/cli') diff --git a/internal/cli/throttle.go b/internal/cli/throttle.go index d285350..5241782 100644 --- a/internal/cli/throttle.go +++ b/internal/cli/throttle.go @@ -16,7 +16,7 @@ const ( defaultSyncInterval = 24 * time.Hour throttleMinDays = 60 throttleMaxDays = 120 - recentDays = 7 + recentDays = 17 ) func loadSyncState(workDir string) (*state.Manager, *state.State, error) { -- cgit v1.2.3