2
0

fix(retention): Sync system.event-retention-days w/ cleanup (#308)

This commit is contained in:
Burak Yigit Kaya
2019-12-30 23:07:17 +03:00
committed by GitHub
parent 547bea23e6
commit 3af61c8f55

View File

@ -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 #
#########