Skip to content

Commit

Permalink
Merge pull request #2073 from stakwork/feature/lower-nodes-limit
Browse files Browse the repository at this point in the history
feat: decrease nodes limit
  • Loading branch information
Rassl authored Aug 19, 2024
2 parents b3e6a27 + 4916257 commit 6903a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stores/useDataStore/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ const defaultData: Omit<
categoryFilter: null,
dataInitial: null,
currentPage: 0,
itemsPerPage: 1000,
itemsPerPage: 300,
filters: {
skip: '0',
limit: '10000',
limit: '300',
depth: '2',
sort_by: 'date_added_to_graph',
include_properties: 'true',
Expand Down

0 comments on commit 6903a7f

Please sign in to comment.