We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1446d commit c720ee8Copy full SHA for c720ee8
lib/monitor/examples/getMonitoringData.js
@@ -17,7 +17,7 @@ const getMonitoringData = async (args) => {
17
//ds-snippet-end:Monitor1Step2
18
19
//ds-snippet-start:Monitor1Step3
20
- const limit = 100; // Amount of records you want to read in one request
+ const limit = 2000; // Amount of records you want to read in one request
21
let functionResult = [];
22
23
let complete = false;
0 commit comments