Skip to content

Commit

Permalink
Merge pull request #1918 from stakwork/feature/increase-limit
Browse files Browse the repository at this point in the history
feat: increase fetched nodes limit
  • Loading branch information
Rassl authored Jul 24, 2024
2 parents d3ca7f5 + 64fdaeb commit 0a18c37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/stores/useDataStore/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ const defaultData: Omit<
categoryFilter: null,
dataInitial: null,
currentPage: 0,
itemsPerPage: 5,
itemsPerPage: 25,
filters: {
skip: '0',
limit: '15',
depth: '1',
limit: '25',
depth: '2',
sort_by: 'date',
include_properties: 'true',
top_node_count: '10',
Expand Down

0 comments on commit 0a18c37

Please sign in to comment.