mirror of
https://github.com/friendica/friendica
synced 2025-04-25 07:50:10 +00:00
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
|
@ -26,6 +26,7 @@ class JITConfigAdapter extends AbstractDbaConfigAdapter implements IConfigAdapte
|
|||
public function __construct(IConfigCache $configCache)
|
||||
{
|
||||
$this->configCache = $configCache;
|
||||
$this->connected = DBA::connected();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue