diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 3ea5170..dfbceda 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -56,10 +56,10 @@ services: - MYSQL_ROOT_PASSWORD=Safe3.WAF healthcheck: test: ["CMD", "mysqladmin", "ping", "-h", "127.0.0.1", "--silent"] - start_period: 0s + start_period: 3s interval: 5s timeout: 3s - retries: 3 + retries: 7 volumes: wafshared: diff --git a/docker/low-memory-my.cnf b/docker/low-memory-my.cnf index 872a95a..c07300d 100644 --- a/docker/low-memory-my.cnf +++ b/docker/low-memory-my.cnf @@ -36,7 +36,7 @@ pid-file=/var/run/mysqld/mysqld.pid innodb_buffer_pool_size=5M innodb_log_buffer_size=256K query_cache_size=0 -max_connections=10 +max_connections=256 key_buffer_size=8 thread_cache_size=0 host_cache_size=0 diff --git a/docs/waf.tgz b/docs/waf.tgz index 71a0f00..f4f301a 100644 Binary files a/docs/waf.tgz and b/docs/waf.tgz differ