Skip to content

Commit

Permalink
Lower count for CSV download query from 500 to 200 to alleviate timeo…
Browse files Browse the repository at this point in the history
  • Loading branch information
eboneil authored Jan 4, 2024
1 parent d2292d8 commit 556de21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Props = {
setShowDownloadAsCsvModal: (showDownloadAsCsvModal: boolean) => any;
};

const SEARCH_PAGE_SIZE_FOR_DOWNLOAD = 500;
const SEARCH_PAGE_SIZE_FOR_DOWNLOAD = 200;

export default function DownloadAsCsvModal({
downloadSearchResults,
Expand Down

0 comments on commit 556de21

Please sign in to comment.