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

Commit

Permalink
INT-11156: update collection-subscription query page size
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonyelmini committed Jul 4, 2024
1 parent 6c283f8 commit 4dbd068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration-manager/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class MicrosoftConfigurationManagerClient {
async listCollectionSubscriptions<T>(
tableName: string,
iteratee: ResourceIteratee<T>,
pageSize: number = 600,
pageSize: number = 200,
) {
let offset = 0;
let hasMoreRecords = true;
Expand Down

0 comments on commit 4dbd068

Please sign in to comment.