We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7b667 commit ddc27b0Copy full SHA for ddc27b0
src/requests/apiRequests/impl/AggregationApiRequest.ts
@@ -10,7 +10,7 @@ import { ArrayDataObject } from "../../../cache/dataObject/impl/ArrayDataObject"
10
11
export class AggregationApiRequest extends AbstractApiRequest {
12
13
- private readonly GROUPING_LIMITATION: number = 125000; //the limit for MongoDB 1 time response, to avoid 16 MB document limitation
+ private readonly GROUPING_LIMITATION: number = 100000; //the limit for MongoDB 1 time response, to avoid 16 MB document limitation
14
private _isPaginationEnabled: boolean = false;
15
private _templateQuery: IQuery = null;
16
private _isFinished: boolean = false;
0 commit comments