1
0
Fork 0
mirror of synced 2024-08-04 13:01:45 +12:00

Merge branch 'main' of https://github.com/appwrite/appwrite into feat-ssr

This commit is contained in:
loks0n 2023-10-26 09:53:47 +01:00
commit 406f772632

View file

@ -33,7 +33,7 @@ use Utopia\Logger\Logger;
use Utopia\Pools\Group;
use Utopia\Queue\Connection;
Authorization::disable();
Authorization::setDefaultStatus(false);
Runtime::enableCoroutine(SWOOLE_HOOK_ALL);