[-] IN : Lower by two flush limit in migrate_orders

This commit is contained in:
gRoussac
2013-09-20 15:12:57 +02:00
parent 429c9442a3
commit 7d05da1618
+1 -1
View File
@@ -75,7 +75,7 @@ function migrate_orders()
WHERE name = "PS_GIFT_WRAPPING_TAX"') / 100);
$cpt = 0;
$flush_limit = 1000;
$flush_limit = 500;
while ($order = Db::getInstance()->nextRow($order_res))
{
$sum_total_products = 0;