sync against 1.7

This commit is contained in:
shimon
2025-05-28 12:10:31 +03:00
parent 6b27b727b4
commit 22e28e9151
5 changed files with 29 additions and 28 deletions
+2 -1
View File
@@ -284,5 +284,6 @@ $cli
$cli->shutdown()->action(fn () => Timer::clearAll());
Runtime::enableCoroutine(SWOOLE_HOOK_ALL);
// Enable coroutines, but disable TCP hooks. These don't work until we use `\Utopia\Cache\Adapter\Pool` and `\Utopia\Database\Adapter\Pool`.
Runtime::enableCoroutine(SWOOLE_HOOK_ALL ^ SWOOLE_HOOK_TCP);
run($cli->run(...));