<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Product Feed for Magento 2
 */-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <amasty_feed>
            <general>
                <batch_size>500</batch_size>
                <preview_items>10</preview_items>
                <storage_folder>var</storage_folder>
                <file_path>amasty/feed</file_path>
            </general>
            <multi_process>
                <enabled>0</enabled>
                <process_count>4</process_count>
            </multi_process>
            <notifications>
                <success_template>amasty_feed_notifications_success_template</success_template>
                <unsuccess_template>amasty_feed_notifications_unsuccess_template</unsuccess_template>
            </notifications>
        </amasty_feed>
    </default>
</config>
