mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 01:48:24 +00:00
Lower count for CSV download query from 500 to 200 to alleviate timeouts (#9568)
This commit is contained in:
parent
d2292d849d
commit
556de21534
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user