1
0
Fork 0
mirror of synced 2024-07-01 20:50:49 +12:00

Disable swoole curl hook

This commit is contained in:
Jake Barnby 2023-08-28 21:14:37 -04:00
parent ef25c176ed
commit aff9dbfb31
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -25,7 +25,7 @@ use Utopia\Logger\Log;
use Utopia\Logger\Log\User;
use Utopia\Pools\Group;
Runtime::enableCoroutine(SWOOLE_HOOK_NATIVE_CURL);
//Runtime::enableCoroutine(SWOOLE_HOOK_NATIVE_CURL);
$http = new Server("0.0.0.0", App::getEnv('PORT', 80));