Replaced references to regular swoole by openswoole

This commit is contained in:
Alejandro Celaya
2022-01-23 11:29:53 +01:00
parent 1f90af3aec
commit 0e6790cdab
7 changed files with 21 additions and 21 deletions

View File

@@ -8,8 +8,8 @@ return [
'debug' => false,
// Disabling config cache for cli, ensures it's never used for swoole and also that console commands don't generate
// a cache file that's then used by non-swoole web executions
// Disabling config cache for cli, ensures it's never used for openswoole and also that console commands don't
// generate a cache file that's then used by non-openswoole web executions
ConfigAggregator::ENABLE_CACHE => PHP_SAPI !== 'cli',
];