Skip to content

Commit

Permalink
Increase limit on exception items to 10k (elastic#73117) (elastic#73330)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
marshallmain and elasticmachine authored Jul 27, 2020
1 parent 4fdf4ee commit f5d0693
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 f5d0693

Please sign in to comment.