Repository: trafficserver
Updated Branches:
  refs/heads/master 2b2d25714 -> 2ccc2c2ee


TS-3659: Add config to limit max number of websocket connections: UPDATE DOCS


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2ccc2c2e
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/2ccc2c2e
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/2ccc2c2e

Branch: refs/heads/master
Commit: 2ccc2c2ee2a52c645d69ea713784f0d613b9325c
Parents: 2b2d257
Author: Brian Geffon <bri...@apache.org>
Authored: Wed Jun 10 00:09:47 2015 -0700
Committer: Brian Geffon <bri...@apache.org>
Committed: Wed Jun 10 00:09:47 2015 -0700

----------------------------------------------------------------------
 doc/reference/configuration/records.config.en.rst | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2ccc2c2e/doc/reference/configuration/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/records.config.en.rst 
b/doc/reference/configuration/records.config.en.rst
index 2ec8451..de695b0 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -1134,6 +1134,11 @@ Congestion Control
    The low water mark for transaction buffer control. External source I/O is 
resumed when the total buffer space in use
    by the transaction is no more than this value.
 
+.. ts:cv:: CONFIG proxy.config.http.websocket.max_number_of_connections INT -1
+   :reloadable:
+
+   When enabled >= (``0``), Traffic Server will enforce a maximum number of 
simultaneous websocket connections.
+
 Negative Response Caching
 =========================
 

Reply via email to