Merge "Reduce htcachclean limit on our mirrors"
This commit is contained in:
commit
c7398abb4c
@ -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: '*'
|
||||
|
Loading…
Reference in New Issue
Block a user