Skip to content

Commit

Permalink
increase size
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Nov 21, 2024
1 parent 4808356 commit dc88fa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const getAllMonitors = async ({
return withApmSpan('get_all_monitors', async () => {
const finder = soClient.createPointInTimeFinder<EncryptedSyntheticsMonitorAttributes>({
type: syntheticsMonitorType,
perPage: 1000,
perPage: 5000,
search,
sortField,
sortOrder,
Expand Down

0 comments on commit dc88fa7

Please sign in to comment.