Skip to content

Commit

Permalink
run package refresh less often
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy committed Jul 12, 2023
1 parent 3f4478d commit 4ad914a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ parameters:
- {name: ENABLE_CULLED_SYSTEM_DELETE, value: 'true'} # Enable deleting part of culling method
- {name: ENABLE_SYSTEM_STALING, value: 'true'} # Enable marking systems stale of culling method
# Cache refresh
- {name: PKG_REFRESH_SCHEDULE, value: '5 11-22 * * *'} # Cronjob schedule definition
- {name: PKG_REFRESH_SCHEDULE, value: '5 11-20/2 * * *'} # Cronjob schedule definition
- {name: PKG_REFRESH_SUSPEND, value: 'false'} # Disable cronjob execution
- {name: ADVISORY_REFRESH_SCHEDULE, value: '*/15 * * * *'} # Cronjob schedule definition
- {name: ADVISORY_REFRESH_SUSPEND, value: 'false'} # Disable cronjob execution
Expand Down

0 comments on commit 4ad914a

Please sign in to comment.