浏览代码

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;
}


正在加载...
取消
保存