Browse Source

Increased max connections for scala tests

Patrick Falls 12 years ago
parent
commit
77048bdac8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/my.cnf

+ 2 - 2
config/my.cnf

@@ -53,8 +53,8 @@ key_buffer              = 16M
 max_allowed_packet      = 16M
 thread_stack            = 256K
 thread_cache_size       = 128
-max_connections         = 2000
-back_log                = 2000
+max_connections         = 5000
+back_log                = 5000
 table_open_cache        = 800
 table_definition_cache  = 800
 max_heap_table_size     = 128M