From b75d33efc116db6bc7da3c6b20862d1dff28cb84 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Wed, 10 Mar 2021 09:43:10 +0200 Subject: [PATCH] Cleanups --- app/init.php | 2 -- app/realtime.php | 6 ++---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app/init.php b/app/init.php index 39fd08494..5f7dddba3 100644 --- a/app/init.php +++ b/app/init.php @@ -42,8 +42,6 @@ use Swoole\Database\PDOPool; use Swoole\Database\RedisConfig; use Swoole\Database\RedisPool; -Runtime::enableCoroutine(SWOOLE_HOOK_ALL); - const APP_NAME = 'Appwrite'; const APP_DOMAIN = 'appwrite.io'; const APP_EMAIL_TEAM = 'team@localhost.test'; // Default email address diff --git a/app/realtime.php b/app/realtime.php index a865213d6..f19a5cd2a 100644 --- a/app/realtime.php +++ b/app/realtime.php @@ -1,16 +1,15 @@