Default to 1 year retension
CI / test (push) Successful in 1m5s
Release rolling / release (push) Successful in 7m6s

This commit is contained in:
Raven Scott
2026-07-19 12:56:44 -04:00
parent c3b4240e47
commit 4b8d194b21
8 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -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,