Merge "Reduce htcachclean limit on our mirrors"

This commit is contained in:
Zuul 2021-10-29 04:50:46 +00:00 committed by Gerrit Code Review
commit c7398abb4c
1 changed files with 1 additions and 1 deletions

View File

@ -150,6 +150,6 @@
cron:
name: Apache cache cleanup
state: present
job: /usr/bin/flock -n /var/run/htcacheclean.lock /usr/bin/htcacheclean -n -p /var/cache/apache2/proxy -t -l 70200M > /dev/null
job: /usr/bin/flock -n /var/run/htcacheclean.lock /usr/bin/htcacheclean -n -p /var/cache/apache2/proxy -t -l 60000M > /dev/null
minute: '0'
hour: '*'