diff options
Diffstat (limited to 'internal/cli/throttle.go')
| -rw-r--r-- | internal/cli/throttle.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
