modifs.mineures sans commentaires
This commit is contained in:
parent
ae96d97566
commit
350622997c
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue