Default to 1 year retension
This commit is contained in:
+2
-2
@@ -69,8 +69,8 @@ export function defaultRetentionConfig() {
|
||||
tier1Points: 1440,
|
||||
tier1Every: 60,
|
||||
warmRetentionEnabled: true,
|
||||
warmRetentionPreset: '1w',
|
||||
warmRetentionMs: RETENTION_PRESETS['1w'].ms,
|
||||
warmRetentionPreset: '1y',
|
||||
warmRetentionMs: RETENTION_PRESETS['1y'].ms,
|
||||
warmMaxBytes: 0,
|
||||
warmMaxPoints: 0,
|
||||
autoPruneEnabled: true,
|
||||
|
||||
Reference in New Issue
Block a user