You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/12/26 19:22:53 UTC

svn commit: r1425979 - /tomcat/trunk/webapps/examples/WEB-INF/web.xml

Author: markt
Date: Wed Dec 26 18:22:53 2012
New Revision: 1425979

URL: http://svn.apache.org/viewvc?rev=1425979&view=rev
Log:
Later Autobahn tests need a bigger buffer

Modified:
    tomcat/trunk/webapps/examples/WEB-INF/web.xml

Modified: tomcat/trunk/webapps/examples/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/web.xml?rev=1425979&r1=1425978&r2=1425979&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/WEB-INF/web.xml (original)
+++ tomcat/trunk/webapps/examples/WEB-INF/web.xml Wed Dec 26 18:22:53 2012
@@ -358,6 +358,7 @@
     <!-- size for the Autobahn testsuite.                                  -->
     <context-param>
       <param-name>wsReadBufferSize</param-name>
-      <param-value>102400</param-value>
+      <!-- 512k -->
+      <param-value>524288</param-value>
     </context-param>
 </web-app>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org