Cache config adapter connection status to reduce number of calls to DBA::isConnected()
This commit is contained in:
parent
3aa77685fc
commit
337c02bd80
3 changed files with 6 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ class PreloadConfigAdapter extends AbstractDbaConfigAdapter implements IConfigAd
|
|||
public function __construct(IConfigCache $configCache)
|
||||
{
|
||||
$this->configCache = $configCache;
|
||||
$this->connected = DBA::connected();
|
||||
$this->load();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue