mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
We can do daily count data 2 days back and not 3
This commit is contained in:
@@ -30,7 +30,7 @@ export MSGTOPIC_PREFIX=logging.stats
|
||||
export MSGBODY_PRESET="loghost=$(hostname) run_id=$(uuidgen -r)"
|
||||
simple_message_to_bus condense-mirrorlogs.start
|
||||
|
||||
let NUMDAYS=3
|
||||
let NUMDAYS=2
|
||||
let OLDDAYS=$(( $NUMDAYS+1 ))
|
||||
|
||||
PROJECT=mirrors
|
||||
|
||||
Reference in New Issue
Block a user