AsyncConfig

The AsyncConfig module enables admin config save asynchronously, which saves configuration in a queue, and processes it in a first-in-first-out basis.

AsyncConfig values:

To enable AsyncConfig, set the config/async variable in the env.php file. For example:

<?php
      'config' => [
               'async' => 1
       ]

Alternatively, you can set the variable using the command-line interface:

bin/magento setup:config:set --config-async 1
data-slots=text
The version of this module is 100.4.1.