Skip to content

Commit e4dc9ab

Browse files
committed
Increase the page size of members page to 1000
1 parent 8bda84d commit e4dc9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/api/fauna/members.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const FaunaCreateHandler: NextApiHandler = async (
2222
try {
2323
const response: any = await client.query(
2424
q.Map(
25-
q.Paginate(q.Documents(q.Collection('users')), { size: 100 }),
25+
q.Paginate(q.Documents(q.Collection('users')), { size: 1000 }),
2626
(userRef) => {
2727
return getUserFromUserRef({ ref: userRef, session })
2828
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy