diff --git a/pkg/prediction/dsp/config.go b/pkg/prediction/dsp/config.go index fd8ce3688..091c70487 100644 --- a/pkg/prediction/dsp/config.go +++ b/pkg/prediction/dsp/config.go @@ -11,7 +11,7 @@ import ( var defaultInternalConfig = internalConfig{ historyResolution: time.Minute, - historyDuration: time.Hour * 24 * 7, + historyDuration: time.Hour * 24 * 15, estimators: defaultEstimators, }