Skip to content

Commit

Permalink
try another batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Mar 3, 2024
1 parent 00e2a0c commit 0217853
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Store/DoctrineDbalStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ function (Connection $connection) use ($messages): void {
$batchSize = (int)floor(self::MAX_UNSIGNED_SMALL_INT / $columnsLength);
$placeholder = implode(', ', array_fill(0, $columnsLength, '?'));

$batchSize = 1000;

$parameters = [];
$placeholders = [];
/** @var array<int<0, max>, Type> $types */
Expand Down

0 comments on commit 0217853

Please sign in to comment.