diff --git a/pkg/accounting/rollup/rollup.go b/pkg/accounting/rollup/rollup.go index 14ccadfee..b3b439cb0 100644 --- a/pkg/accounting/rollup/rollup.go +++ b/pkg/accounting/rollup/rollup.go @@ -17,7 +17,7 @@ import ( // Config contains configurable values for rollup type Config struct { - Interval time.Duration `help:"how frequently rollup should run" devDefault:"120s" releaseDefault:"6h"` + Interval time.Duration `help:"how frequently rollup should run" devDefault:"120s" releaseDefault:"24h"` MaxAlphaUsage memory.Size `help:"the bandwidth and storage usage limit for the alpha release" default:"25GB"` }