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:11:39 UTC

[tomcat] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 808a5f1  Document another system property in websockets
808a5f1 is described below

commit 808a5f10427af94c25df02c9ced1f7b986e1cd03
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 f7dc92c..2a15d9d 100644
--- a/webapps/docs/config/systemprops.xml
+++ b/webapps/docs/config/systemprops.xml
@@ -280,6 +280,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