Skip to content

Commit

Permalink
Merge pull request #302 from Vizzuality/SKY30-447-fe-only-the-first-3…
Browse files Browse the repository at this point in the history
…00-protected-areas-of-a-country-are-shown-in-the-table

Allow Strapi to return more rows at once (up to 100 000)
  • Loading branch information
clementprdhomme authored Sep 9, 2024
2 parents 5ff78cb + 96d1382 commit a1487b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/config/api.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {
rest: {
defaultLimit: 25,
maxLimit: 300,
maxLimit: 100000, // Limit can't be below around 30k
withCount: true,
},
};

0 comments on commit a1487b5

Please sign in to comment.