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 2013/05/05 00:03:36 UTC

svn commit: r1479195 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org