mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-28 22:30:44 -05:00
Merge pull request #2140 from alphagov/increase-page-size
Try increasing the page size
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user