瀏覽代碼

Changing max_connections to a .get()

max_connections were not being applied right.
master
Nate Bohman 5 年之前
父節點
當前提交
b2156374d9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      galera/files/my.cnf

+ 1
- 1
galera/files/my.cnf 查看文件

@@ -28,7 +28,7 @@ syslog
datadir=/var/lib/mysql
bind-address={{ service.bind.address }}
port=3306
max_connections={{ service.max_connections }}
max_connections={{ service.get('max_connections', 200) }}
default-storage-engine=innodb
binlog_format=ROW
collation-server=utf8mb4_unicode_ci

Loading…
取消
儲存