mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Revert "Merge pull request #9932 from appwrite/fix-disable-tcp-hook"
This reverts commit7a34c7b8df, reversing changes made to2b9b76f7bd.
This commit is contained in:
parent
c6b1209b8f
commit
972c9dde21
1 changed files with 0 additions and 3 deletions
|
|
@ -4,7 +4,6 @@ namespace Appwrite\Platform\Tasks;
|
|||
|
||||
use Appwrite\Event\StatsResources as EventStatsResources;
|
||||
use Appwrite\Platform\Action;
|
||||
use Swoole\Runtime;
|
||||
use Utopia\CLI\Console;
|
||||
use Utopia\Database\Database;
|
||||
use Utopia\Database\DateTime;
|
||||
|
|
@ -51,8 +50,6 @@ class StatsResources extends Action
|
|||
|
||||
public function action(Database $dbForPlatform, callable $logError, EventStatsResources $queue): void
|
||||
{
|
||||
Runtime::enableCoroutine(SWOOLE_HOOK_ALL ^ SWOOLE_HOOK_TCP);
|
||||
|
||||
$this->logError = $logError;
|
||||
$this->dbForPlatform = $dbForPlatform;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue