Need to commit periodically. flush_insert_instances is the most logical

place although that may be a bit too often.
This commit is contained in:
hjp 2012-10-09 06:57:27 +00:00
parent cc770cdf9e
commit ff9f0d48f1
1 changed files with 1 additions and 0 deletions

View File

@ -552,6 +552,7 @@ sub flush_insert_instances {
);
$dbh->do($cmd);
}
$dbh->commit();
$self->{caches}{insert_instances} = [];
}