Author: markt Date: Sat May 4 22:03:36 2013 New Revision: 1479195 URL: http://svn.apache.org/r1479195 Log: Remove accidental commit.
Modified: tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml Modified: tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml?rev=1479195&r1=1479194&r2=1479195&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml Sat May 4 22:03:36 2013 @@ -27,6 +27,20 @@ </description> <display-name>Servlet and JSP Examples</display-name> + <!-- + If you are running the Autobahn WebSocket testsuite - or any other testsuite + that uses large messages - uncomment the following to improve performance + --> + <!-- + <context-param> + <param-name>org.apache.tomcat.websocket.binaryBufferSize</param-name> + <param-value>2097152</param-value> + </context-param> + <context-param> + <param-name>org.apache.tomcat.websocket.textBufferSize</param-name> + <param-value>2097152</param-value> + </context-param> + --> <!-- Define example filters --> <filter> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org