1
0
Fork 0
mirror of synced 2024-08-31 01:41:15 +12:00

Update init.php

This commit is contained in:
Damodar Lohani 2024-03-24 12:09:30 +05:45 committed by GitHub
parent 979f6ee150
commit 061368fae0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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