Increase default query limit to 50,000 from 10,000

This commit is contained in:
Rebecca Law
2020-03-24 17:04:38 +00:00
parent 544537791d
commit 31f83bb9c4

View File

@@ -297,7 +297,7 @@ def _filter_query(query, filter_dict=None):
@statsd(namespace="dao")
def delete_notifications_older_than_retention_by_type(notification_type, qry_limit=10000):
def delete_notifications_older_than_retention_by_type(notification_type, qry_limit=50000):
current_app.logger.info(
'Deleting {} notifications for services with flexible data retention'.format(notification_type))