Skip to content

Commit

Permalink
increased limit to 500 (#7612)
Browse files Browse the repository at this point in the history
  • Loading branch information
konzz authored Jan 28, 2025
1 parent 06ac194 commit 691ded0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/shared/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const PRELOAD_OPTIONS_LIMIT = 200;
const PRELOAD_OPTIONS_LIMIT = 500;
const PRELOAD_OPTIONS_SEARCH = 2000;

const preloadOptionsLimit = () => PRELOAD_OPTIONS_LIMIT;
Expand Down

0 comments on commit 691ded0

Please sign in to comment.