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']);