From 86d1df2a31c688dea0c0e18c8123438ae16246db Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Wed, 17 Jan 2018 12:47:15 +0000 Subject: [PATCH] Gunicorn will timeout a process after 30 seconds. The marshmallow schema takes too long, we need to fix the performance of that first. --- app/templates/views/notifications.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/templates/views/notifications.html b/app/templates/views/notifications.html index 432e50731..29ee7e695 100644 --- a/app/templates/views/notifications.html +++ b/app/templates/views/notifications.html @@ -47,11 +47,6 @@ {% endif %} -

- Download this report -   - Data available for 7 days -

{{ ajax_block( partials, url_for('.get_notifications_as_json', service_id=current_service.id, message_type=message_type, status=status, page=page),