Преглед изворни кода

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…
Откажи
Сачувај