config.xml 514 B

123456789101112131415161718
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
  10. <default>
  11. <cataloginventory>
  12. <bulk_operations>
  13. <async>0</async>
  14. <batch_size>100</batch_size>
  15. </bulk_operations>
  16. </cataloginventory>
  17. </default>
  18. </config>