From 350622997c2eb9b8553f8930498871493c86f968 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Wed, 22 May 2024 21:07:58 +0400 Subject: [PATCH] modifs.mineures sans commentaires --- php/src/db/sqlite/SqliteCapacitor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/php/src/db/sqlite/SqliteCapacitor.php b/php/src/db/sqlite/SqliteCapacitor.php index 3cb855c..fed1b16 100644 --- a/php/src/db/sqlite/SqliteCapacitor.php +++ b/php/src/db/sqlite/SqliteCapacitor.php @@ -221,6 +221,7 @@ class SqliteCapacitor extends CapacitorStorage { $commitThreshold--; if ($commitThreshold == 0) { $sqlite->commit(); + $sqlite->beginTransaction(); $commitThreshold = $channel->getEachCommitThreshold(); } }