1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

fix: disable co-routine hooks

This commit is contained in:
Torsten Dittmann 2021-04-14 17:55:08 +02:00
parent 8f7c679604
commit 74908f4965

View file

@ -14,7 +14,7 @@ use Utopia\Config\Config;
require_once __DIR__.'/../init.php';
Runtime::enableCoroutine(true, SWOOLE_HOOK_ALL);
Runtime::enableCoroutine(FALSE);
Console::title('Functions V1 Worker');
Console::success(APP_NAME.' functions worker v1 has started');