We can do daily count data 2 days back and not 3
This commit is contained in:
parent
fbcf6c40c5
commit
9e2d651e09
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue