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/04 23:50:06 UTC

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

Author: markt
Date: Sat May  4 21:50:06 2013
New Revision: 1479190

URL: http://svn.apache.org/r1479190
Log:
Remove accidental commit. No convinced this helps yet.

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=1479190&r1=1479189&r2=1479190&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/WEB-INF/web.xml (original)
+++ tomcat/trunk/webapps/examples/WEB-INF/web.xml Sat May  4 21:50:06 2013
@@ -27,21 +27,6 @@
     </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>
         <filter-name>Timing filter</filter-name>



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