Mirror every 12 hours, instead of 30 minutes

refactor-builder
Eric Holscher 2014-01-21 11:22:12 +07:00
parent 86a1354325
commit 6fb894144a
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ def fileify(version_pk):
obj.save()
@periodic_task(run_every=crontab(hour="*", minute="*/30", day_of_week="*"))
@periodic_task(run_every=crontab(hour="*/12", minute="*", day_of_week="*"))
def update_mirror_docs():
"""
A periodic task used to update all projects that we mirror.