Skip to content

Commit dccb4e6

Browse files
committed
DEVDOCS-12172 change int from 2 to 100
1 parent 4e6bd6d commit dccb4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher-csharp/Monitor/Examples/GetMonitoringDataFunc.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public virtual IEnumerable<object> Invoke(string accessToken, string requestPath
3535
//ds-snippet-start:Monitor1Step3
3636
bool complete = false;
3737
string cursorValue = string.Empty;
38-
int limit = 2; // Amount of records you want to read in one request
38+
int limit = 100; // Amount of records you want to read in one request
3939
List<object> functionResult = new List<object>();
4040

4141
DataSetApi dataSetApi = new DataSetApi(apiClient);

0 commit comments

Comments
 (0)