satellite/accounting/projectbwcleanup: more realistic test value

Change-Id: I2c2dd51f6f73e4e5f24268fe9e9fdb6d25e17ba0
This commit is contained in:
JT Olio 2021-06-01 16:15:56 -06:00 committed by Egon Elbre
parent 49662e98c2
commit 9c46490f6f

View File

@ -20,7 +20,7 @@ var mon = monkit.Package()
// Config is a configuration struct for the Chore.
type Config struct {
Interval time.Duration `help:"how often to remove unused project bandwidth rollups" default:"168h" testDefault:"$TESTINTERVAL"`
RetainMonths int `help:"number of months of project bandwidth rollups to retain, not including the current month" default:"2" testDefault:"1"`
RetainMonths int `help:"number of months of project bandwidth rollups to retain, not including the current month" default:"2"`
}
// Chore to remove unused project bandwidth rollups.