1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

fix: worker permissions reset

This commit is contained in:
Torsten Dittmann 2023-10-25 19:23:55 +02:00
parent fa0d9139c1
commit 404ad8653d

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);