You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/04/03 09:15:38 UTC

[tomcat] branch 7.0.x updated: Document another system property in websockets

This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 7ff51ab  Document another system property in websockets
7ff51ab is described below

commit 7ff51abc0d1737327317df142a945fc692001725
Author: remm <re...@apache.org>
AuthorDate: Fri Apr 3 11:11:16 2020 +0200

    Document another system property in websockets
---
 webapps/docs/config/systemprops.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/webapps/docs/config/systemprops.xml b/webapps/docs/config/systemprops.xml
index 928391b..556298e 100644
--- a/webapps/docs/config/systemprops.xml
+++ b/webapps/docs/config/systemprops.xml
@@ -603,6 +603,11 @@
       <p>The default value is <code>false</code>.</p>
     </property>
 
+    <property name="org.apache.tomcat. websocket.DEFAULT_BUFFER_SIZE">
+      <p>The default size for buffers used in the Websockets container.</p>
+      <p>The default value is <code>8192</code> which corresponds to 8KB.</p>
+    </property>
+
     <property name="org.apache.tomcat. websocket.DEFAULT_ORIGIN_HEADER_VALUE">
       <p>Default value of the origin header that will be sent by the client
          during the upgrade handshake.</p>


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