mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Merge pull request #7009 from appwrite/fix-worker-permissions-reset
fix: worker database authorization reset
This commit is contained in:
commit
2910e87c7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue