bug
This commit is contained in:
parent
1045fe1f1f
commit
4eaac65be3
|
@ -221,6 +221,7 @@ class SqliteCapacitor extends CapacitorStorage {
|
|||
$commitThreshold--;
|
||||
if ($commitThreshold == 0) {
|
||||
$sqlite->commit();
|
||||
$sqlite->beginTransaction();
|
||||
$commitThreshold = $channel->getEachCommitThreshold();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue