modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2024-05-22 21:07:58 +04:00
parent ae96d97566
commit 350622997c
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ class SqliteCapacitor extends CapacitorStorage {
$commitThreshold--; $commitThreshold--;
if ($commitThreshold == 0) { if ($commitThreshold == 0) {
$sqlite->commit(); $sqlite->commit();
$sqlite->beginTransaction();
$commitThreshold = $channel->getEachCommitThreshold(); $commitThreshold = $channel->getEachCommitThreshold();
} }
} }