Skip to content

Commit 849ebde

Browse files
committed
Fix comments
1 parent 83bf52d commit 849ebde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/tiler-cache/sqs_processor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ def execute_cleanup_for_all_paths(s3_imposm3_exp_path, cleanup_type):
9292
# To add a new delay, just add a tuple here
9393
DELAYED_CLEANUPS = [
9494
("delayed_cleanup_15min", 900), # 15 minutes
95-
("delayed_cleanup_1hour", 7200), # 2 hour
96-
("delayed_cleanup_2hour", 14400), # 6 hour
95+
("delayed_cleanup_1hour", 7200), # 1 hour
96+
("delayed_cleanup_2hour", 14400), # 2 hour
9797
("delayed_cleanup_12hour", 43200), # 12 hour
9898
("delayed_cleanup_24hour", 86400), # 24 hour
9999
]

0 commit comments

Comments
 (0)