Skip to content

Commit c720ee8

Browse files
author
nianiB9
committed
revert cursor value
1 parent 7d1446d commit c720ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/monitor/examples/getMonitoringData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const getMonitoringData = async (args) => {
1717
//ds-snippet-end:Monitor1Step2
1818

1919
//ds-snippet-start:Monitor1Step3
20-
const limit = 100; // Amount of records you want to read in one request
20+
const limit = 2000; // Amount of records you want to read in one request
2121
let functionResult = [];
2222

2323
let complete = false;

0 commit comments

Comments
 (0)