Skip to content

Commit

Permalink
set this
Browse files Browse the repository at this point in the history
  • Loading branch information
narcoticfresh committed Mar 25, 2024
1 parent 1248ad5 commit 61a4142
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Graviton/AnalyticsBundle/Manager/AnalyticsManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ class AnalyticsManager
* @var array
*/
private $aggregateOptions = [
'cursor' => true,
'cursor' => [
'batchSize' => 100
],
'allowDiskUse' => true
];

Expand Down

0 comments on commit 61a4142

Please sign in to comment.