mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-03 04:50:10 -04:00
Counting pages for API notifications takes a long time for services with a lot of sent messages (since it issues a `count(*)` query for the given filter). Since API message log doesn't have a "Next page" link we can skip the count by setting a flag on the API request.