Skip to content

Commit

Permalink
Change min age for upgrade to 7 hours
Browse files Browse the repository at this point in the history
so running at 8-hour intervals (3x a day) will reliably process stamps.
  • Loading branch information
wonkyweirdy committed Jun 4, 2020
1 parent c81e07f commit b5f3573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stramp/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def upgrade_files(current_hash_path: Optional[Path] = None) -> None:
except OSError:
continue

if age < 8 * 3600:
if age < 7 * 3600:
continue

args = [
Expand Down

0 comments on commit b5f3573

Please sign in to comment.