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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]