Skip to content

Commit

Permalink
Merge pull request #1749 from RodriSanchez1/fix/getBoardsLimit
Browse files Browse the repository at this point in the history
Change BOARDS_PAGE_LIMIT to 500
  • Loading branch information
RodriSanchez1 authored Jul 25, 2024
2 parents 5ad5fcc + ca59e54 commit 53e660a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Board/Board.actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import { DEFAULT_BOARDS } from '../../helpers';
import history from './../../history';
import { improvePhraseAbortController } from '../../api/api';

const BOARDS_PAGE_LIMIT = 1000;
const BOARDS_PAGE_LIMIT = 500;

export function importBoards(boards) {
return {
Expand Down

0 comments on commit 53e660a

Please sign in to comment.