switch PAGE_SIZE back to 20

This commit is contained in:
notmd
2023-01-18 15:40:20 +07:00
parent 801ad553b8
commit 8eff6932d6
+1 -1
View File
@@ -6,7 +6,7 @@ import { BackendUser } from "src/types/Users";
/**
* The number of users to fetch in a single request. Could later be a query parameter.
*/
const PAGE_SIZE = 1;
const PAGE_SIZE = 20;
/**
* Returns a list of user results from the database when the requesting user is