mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-01 16:50:12 +08:00
switch PAGE_SIZE back to 20
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user