Skip to content

Commit

Permalink
Raise page size to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-escp committed Jun 8, 2024
1 parent 334eb73 commit 8af1eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const store = reactive({
},
// parsing
ast: [],
nodesPageSize: 20,
nodesPageSize: 100,
page: 0,
isContentParsed: false,
filteredNodes: [],
Expand Down

0 comments on commit 8af1eed

Please sign in to comment.