satellite/accounting/projectbwcleanup: more realistic test value
Change-Id: I2c2dd51f6f73e4e5f24268fe9e9fdb6d25e17ba0
This commit is contained in:
parent
49662e98c2
commit
9c46490f6f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user