Commit 634a5e292598b5dab077d9731ead463312c1eae0

Authored by Mihail
1 parent c5a7a79e

change Details model

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
backend/models/Details.php
... ... @@ -31,7 +31,7 @@ class Details extends BaseActiveRecord
31 31 /**
32 32 * int - размер пакета запроса
33 33 */
34   - const BATCH = 500;
  34 + const BATCH = 300;
35 35  
36 36 /**
37 37 * @var bool - признак необходимости удалить префикс Артикула перед вставкой
... ...