浏览代码

bump default

Signed-off-by: Alex Meijer <ameijer@kubecost.com>
Alex Meijer 2 年之前
父节点
当前提交
445402d28d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/env/costmodelenv.go

+ 1 - 1
pkg/env/costmodelenv.go

@@ -642,7 +642,7 @@ func GetRegionOverrideList() []string {
 }
 
 func GetDataRetentionDailyResolutionDays() int64 {
-	return env.GetInt64(DataRetentionDailyResolutionDaysEnvVar, 15)
+	return env.GetInt64(DataRetentionDailyResolutionDaysEnvVar, 30)
 }
 
 func GetDataRetentionHourlyResolutionHours() int64 {