Skip to content

Commit

Permalink
Increase page limit
Browse files Browse the repository at this point in the history
  • Loading branch information
daanlenaerts committed Oct 13, 2024
1 parent 77b534c commit e40d0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/list-documents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export async function listDocuments(opts: ListDocumentsOptions){
let url = opts.url + `/api/resource/${opts.doctype}?` + new URLSearchParams({
fields: JSON.stringify(["name"]),
order_by: "modified",
limit_page_length: "10",
limit_page_length: "500",
filters: JSON.stringify(filters)
}).toString();

Expand Down

0 comments on commit e40d0be

Please sign in to comment.