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: [email protected]
For additional commands, e-mail: [email protected]