summaryrefslogtreecommitdiff
path: root/internal/state/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/state/state.go')
-rw-r--r--internal/state/state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/state/state.go b/internal/state/state.go
index 4d5f197..4cae156 100644
--- a/internal/state/state.go
+++ b/internal/state/state.go
@@ -73,7 +73,7 @@ func (s *State) HasRunWithinWeek() bool {
if s.LastBatchRun.IsZero() {
return false
}
- return time.Since(s.LastBatchRun) < 7*24*time.Hour
+ return time.Since(s.LastBatchRun) < 17*24*time.Hour
}
// UpdateBatchRunTime updates the last batch run timestamp to now