瀏覽代碼

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
沒有連結到貢獻者的電子郵件帳戶。
共有 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…
取消
儲存