<?xml version="1.0"?>
<!--
/*
 * Avalara_BaseProvider
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright Copyright (c) 2021 Avalara, Inc
 * @license    http: //opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <tax>
            <baseprovider>
                <queue_enabled>0</queue_enabled>
                <queue_batch_size>100</queue_batch_size>
                <queue_limit>0</queue_limit>
                <logging_enabled>0</logging_enabled>
                <logging_mode>1</logging_mode>
                <logging_limit>0</logging_limit>
            </baseprovider>
        </tax>
    </default>
</config>