Skip to content

Commit ddc27b0

Browse files
author
dima_z
committed
grouping limitation changed
1 parent cd7b667 commit ddc27b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/requests/apiRequests/impl/AggregationApiRequest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { ArrayDataObject } from "../../../cache/dataObject/impl/ArrayDataObject"
1010

1111
export class AggregationApiRequest extends AbstractApiRequest {
1212

13-
private readonly GROUPING_LIMITATION: number = 125000; //the limit for MongoDB 1 time response, to avoid 16 MB document limitation
13+
private readonly GROUPING_LIMITATION: number = 100000; //the limit for MongoDB 1 time response, to avoid 16 MB document limitation
1414
private _isPaginationEnabled: boolean = false;
1515
private _templateQuery: IQuery = null;
1616
private _isFinished: boolean = false;

0 commit comments

Comments
 (0)