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

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


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

commit afbf263b188aaf8644e54501af67a0cd349f2ffb
Author: remm <r...@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 f047a39..d547929 100644
--- a/webapps/docs/config/systemprops.xml
+++ b/webapps/docs/config/systemprops.xml
@@ -546,6 +546,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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to