소스 검색

Change option name again to be more like the other options

Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
tags/v26.0.0beta1
Retidurc Silvernight 1 년 전
부모
커밋
2269f35842
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      lib/private/DB/ConnectionFactory.php

+ 1
- 1
lib/private/DB/ConnectionFactory.php 파일 보기

@@ -233,7 +233,7 @@ class ConnectionFactory {
];
}

if ($this->config->getValue('db.persistent', false)) {
if ($this->config->getValue('dbpersistent', false)) {
$connectionParams['persistent'] = true;
}


Loading…
취소
저장