From 061368fae0fd5bb980cde785a66baa586a5ca615 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 24 Mar 2024 12:09:30 +0545 Subject: [PATCH] Update init.php --- app/init.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/init.php b/app/init.php index 7868a1b584..354140f286 100644 --- a/app/init.php +++ b/app/init.php @@ -1161,7 +1161,6 @@ App::setResource('dbForConsole', function (Group $pools, Cache $cache) { ->setMetadata('host', \gethostname()) ->setMetadata('project', 'console') ->setTimeout(APP_DATABASE_TIMEOUT_MILLISECONDS); - $pools->get('console')->reclaim(); return $database; }, ['pools', 'cache']);