Skip to content

Commit

Permalink
Increase limit on exception items to 10k (#73117)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
marshallmain and elasticmachine authored Jul 27, 2020
1 parent 867a672 commit 34fd7b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const getExceptions = async ({
listId: foundList.list_id,
namespaceType,
page: 1,
perPage: 5000,
perPage: 10000,
filter: undefined,
sortOrder: undefined,
sortField: undefined,
Expand Down

0 comments on commit 34fd7b3

Please sign in to comment.