Skip to content

Commit

Permalink
DEVDOCS-12172 change int from 2 to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
meihDS committed Dec 4, 2023
1 parent 4e6bd6d commit dccb4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher-csharp/Monitor/Examples/GetMonitoringDataFunc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public virtual IEnumerable<object> Invoke(string accessToken, string requestPath
//ds-snippet-start:Monitor1Step3
bool complete = false;
string cursorValue = string.Empty;
int limit = 2; // Amount of records you want to read in one request
int limit = 100; // Amount of records you want to read in one request
List<object> functionResult = new List<object>();

DataSetApi dataSetApi = new DataSetApi(apiClient);
Expand Down

0 comments on commit dccb4e6

Please sign in to comment.