From b5f3573d7e73dad48e5eac5877e7899745e9da88 Mon Sep 17 00:00:00 2001 From: Ray Burr Date: Thu, 4 Jun 2020 17:31:11 -0400 Subject: [PATCH] Change min age for upgrade to 7 hours so running at 8-hour intervals (3x a day) will reliably process stamps. --- src/stramp/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stramp/cli.py b/src/stramp/cli.py index c2f7085..6c9c97a 100644 --- a/src/stramp/cli.py +++ b/src/stramp/cli.py @@ -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 = [