Run the propagation cron every second hour.
This commit is contained in:
parent
3b8f3c2fc5
commit
07b94cf414
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
- create_maps.sh
|
||||
|
||||
- name: handle propagation cronjob
|
||||
cron: name="handle-propagation" minute="25,55" hour="*" user="mirrormanager"
|
||||
cron: name="handle-propagation" minute="45" hour="*/2" user="mirrormanager"
|
||||
job="/usr/local/bin/handle_propagation.sh"
|
||||
cron_file=handle-propagation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue