updates rollup default interval (#1800)
This commit is contained in:
parent
e8e6eda0f5
commit
253cbe5fa0
@ -17,7 +17,7 @@ import (
|
|||||||
|
|
||||||
// Config contains configurable values for rollup
|
// Config contains configurable values for rollup
|
||||||
type Config struct {
|
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"`
|
MaxAlphaUsage memory.Size `help:"the bandwidth and storage usage limit for the alpha release" default:"25GB"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user