Skip to content

Commit

Permalink
reduce delay to 5 hours (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield authored Jan 10, 2025
1 parent 0f51e30 commit fdb9afb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def repository() -> entities.RawRepositoryMetadata:
is_archive=False,
is_order_based=False,
running_hours=[0, 6, 12, 18],
delay_minutes=(60 * 24 * 7), # 1 week
delay_minutes=(60 * 5), # 5 hours
max_connections=100,
required_env=[],
optional_env={},
Expand Down

0 comments on commit fdb9afb

Please sign in to comment.