Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #19 from JupiterOne/INT-11148-9
Browse files Browse the repository at this point in the history
INT-11148: update page sizes
  • Loading branch information
gastonyelmini authored Jun 21, 2024
2 parents 183dc4c + 8352845 commit 1966758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configuration-manager/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class MicrosoftConfigurationManagerClient {

async listApplicationDeviceTargets<T>(
iteratee: ResourceIteratee<T>,
pageSize: number = 500,
pageSize: number = 600,
) {
let offset = 0;
let hasMoreRecords = true;
Expand Down Expand Up @@ -162,7 +162,7 @@ class MicrosoftConfigurationManagerClient {
async listCollectionSubscriptions<T>(
tableName: string,
iteratee: ResourceIteratee<T>,
pageSize: number = 1000,
pageSize: number = 200,
) {
let offset = 0;
let hasMoreRecords = true;
Expand Down

0 comments on commit 1966758

Please sign in to comment.