fix(retention): Sync system.event-retention-days w/ cleanup (#308)
This commit is contained in:
parent
547bea23e6
commit
3af61c8f55
@ -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 #
|
||||
#########
|
||||
|
Reference in New Issue
Block a user