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 079ead4 commit e395a8e
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 @@ -39,7 +39,9 @@ public function __construct(
private DateConverter $dateConverter,
private EventDispatcherInterface $eventDispatcher,
private array $aggregateOptions = [
'cursor' => true,
'cursor' => [
'batchSize' => 100
],
'allowDiskUse' => true
]
) {
Expand Down

0 comments on commit e395a8e

Please sign in to comment.