mirror of
https://github.com/suitenumerique/drive.git
synced 2026-09-10 11:47:56 +02:00
The pagination class Viewsets.Pagination has the max_page_size set to 200. We want to be able to configure this value using a setting. A new one MAX_PAGE_SIZE is created for this. By default its value is 200 to not change the current behavior.