From 3af61c8f55250daec51228811ca70ce6d553e963 Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Mon, 30 Dec 2019 23:07:17 +0300 Subject: [PATCH] fix(retention): Sync system.event-retention-days w/ cleanup (#308) --- sentry/sentry.conf.example.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sentry/sentry.conf.example.py b/sentry/sentry.conf.example.py index a0e989c..c6132cc 100644 --- a/sentry/sentry.conf.example.py +++ b/sentry/sentry.conf.example.py @@ -29,6 +29,8 @@ SENTRY_USE_BIG_INTS = True # and thus various UI optimizations should be enabled. SENTRY_SINGLE_ORGANIZATION = True +SENTRY_OPTIONS["system.event-retention-days"] = env('SENTRY_EVENT_RETENTION_DAYS') or 90 + ######### # Redis # #########