core: adjust timeout of backup task's caching

This commit is contained in:
Jens Langhammer
2020-11-03 22:53:24 +01:00
parent ba96c9526e
commit 34793f7cef
3 changed files with 7 additions and 5 deletions

View File

@ -322,7 +322,7 @@ if not DEBUG and _ERROR_REPORTING:
],
before_send=before_send,
release="passbook@%s" % __version__,
traces_sample_rate=1.0,
traces_sample_rate=0.6,
environment=CONFIG.y("error_reporting.environment", "customer"),
send_default_pii=CONFIG.y_bool("error_reporting.send_pii", False),
)