Skip to content

Commit

Permalink
Increase pageSize to 200 in unrecognized util (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan authored Mar 19, 2024
1 parent 8d83c7a commit 150c1b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function UnrecognizedTab() {

const filesQuery = useFilesInfiniteQuery(
{
pageSize: 50,
pageSize: 200,
include_only: ['Unrecognized'],
sortOrder: [sortCriteria, FileSortCriteriaEnum.FileName, FileSortCriteriaEnum.RelativePath],
},
Expand Down

0 comments on commit 150c1b9

Please sign in to comment.