diff options
Diffstat (limited to 'ci/bundle_tpl/mysql.yaml')
-rw-r--r-- | ci/bundle_tpl/mysql.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/bundle_tpl/mysql.yaml b/ci/bundle_tpl/mysql.yaml index 6317608d..2c618b20 100644 --- a/ci/bundle_tpl/mysql.yaml +++ b/ci/bundle_tpl/mysql.yaml @@ -4,7 +4,7 @@ options: innodb-buffer-pool-size: 2G #lp1366997-workaround: true - #max-connections: 20000 + max-connections: 20000 root-password: {{ get_password('mysql_root') }} sst-password: {{ get_password('mysql_sst') }} {% if os.ha.mode == 'ha' %} |