Merge "Increase max_connect_errors for older PXC releases"

This commit is contained in:
Jenkins 2017-03-02 17:54:38 +00:00 committed by Gerrit Code Review
commit 7340fdab14
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ wsrep_sst_auth="sstuser:{{ sst_password }}"
max_connections = {{ max_connections }}
{% endif %}
# Align 5.5. behaviour with later 5.6 releases
max_connect_errors = 100
# Seconds before clearing idle connections
{% if wait_timeout != -1 %}
wait_timeout = {{ wait_timeout }}