Commit 7e31066a authored by 温海元's avatar 温海元

modify max_user_connection to 1000

parent 80a79c4d
File added
No preview for this file type
...@@ -26,8 +26,11 @@ max_allowed_packet = 20M ...@@ -26,8 +26,11 @@ max_allowed_packet = 20M
connect_timeout = 3600 connect_timeout = 3600
max_connections = 1000 #max_connections = 1000
max_user_connection = 600 #max_user_connection = 600
max_connections = 1200
max_user_connection = 1000
# wait_timeout = 86400 # wait_timeout = 86400
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment