Browse Source

Allow more ocnnections for the plaintext test

Patrick Falls 12 years ago
parent
commit
660f9c8a3f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/resin.properties

+ 2 - 2
config/resin.properties

@@ -88,8 +88,8 @@ jvm_mode    : -server
 # http_ping_urls : http://127.0.0.1/test.jsp
 
 # Throttle the number of active threads for a port
-port_thread_max   : 512
-accept_thread_max : 256
+port_thread_max   : 4096
+accept_thread_max : 512
 accept_thread_min : 256
 
 # Enable JNI TCP speed optimizations