seb-server/docker/demo/config/mariadb/config.cnf

10 lines
No EOL
240 B
INI

[mysqld]
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
# network
connect_timeout = 61
wait_timeout = 28800
max_connections = 100000
max_allowed_packet = 64M
max_connect_errors = 1000