mirror of
https://github.com/quay/quay.git
synced 2026-01-29 08:42:15 +03:00
Lowering the page limit allows for more operations to be done per requested user. Specifically in the scenario where for each user a LDAP lookup is done to check whether the user in the list is a superuser or not. This allows time for the request to complete and load the user list without error. Co-authored-by: Brandon Caton <bcaton@redhat.com>