Increasing the page size to see if we get more rows back the downloaded csv.

This commit is contained in:
Rebecca Law
2018-07-02 15:48:00 +01:00
parent aba9cf0ff3
commit 05caa102f0

View File

@@ -177,7 +177,7 @@ def download_notifications_csv(service_id):
job_id=None,
status=filter_args.get('status'),
page=request.args.get('page', 1),
page_size=5000,
page_size=10000,
format_for_csv=True,
template_type=filter_args.get('message_type'),
limit_days=current_app.config['ACTIVITY_STATS_LIMIT_DAYS'],