@byted-apaas/server-sdk-node 1.1.17-beta.5 → 1.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -439,7 +439,7 @@ class _KQuery {
|
|
|
439
439
|
return await this.getRecordsByPage();
|
|
440
440
|
}
|
|
441
441
|
;
|
|
442
|
-
async findStream(handler, pageLimit) {
|
|
442
|
+
async findStream(handler, pageLimit = 200) {
|
|
443
443
|
const { queryBuilder, queryV2 } = queryPropertiesStore.get(this);
|
|
444
444
|
let offset = 0, orders = [];
|
|
445
445
|
if (queryV2) {
|