/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
config/concurrency.php
20 строк
571 B
Taylor Otwell
use default
16 сен 2024, 22:05
16 сен 2024, 22:05
50205f4
Код
Авторство
О чём код?
<?php return [ /* |-------------------------------------------------------------------------- | Default Concurrency Driver |-------------------------------------------------------------------------- | | This option determines the default concurrency driver that will be used | by Laravel's concurrency functions. By default, concurrent work will | be sent to isolated PHP processes which will return their results. | | Supported: "process", "fork", "sync" | */ 'default' => env('CONCURRENCY_DRIVER', 'process'), ];