This commit is contained in:
Jephté Clain 2024-05-22 21:07:43 +04:00
parent 1045fe1f1f
commit 4eaac65be3
1 changed files with 1 additions and 0 deletions

View File

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