Merge branch 'feat-sync' of github.com:appwrite/appwrite into feat-sync

# Conflicts:
#	app/controllers/api/databases.php
#	composer.lock
This commit is contained in:
Jake Barnby
2025-05-26 17:05:37 +12:00
5 changed files with 38 additions and 39 deletions
+1 -2
View File
@@ -284,6 +284,5 @@ $cli
$cli->shutdown()->action(fn () => Timer::clearAll());
// 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);
Runtime::enableCoroutine(SWOOLE_HOOK_ALL);
run($cli->run(...));