summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-12-12 12:04:41 +0100
committergjoranv <gv@oath.com>2018-12-12 12:04:41 +0100
commitd069b916a89a2e40800a6a143aeef4e73826473c (patch)
tree00eb6b7808844e50495ee8f14ff04a045c1bd08d /jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
parent7cb63ebe0c9eabc23a569044ec6d9fbf3f1a5a13 (diff)
Revert "Add support for connection throttling in JDisc"
This reverts commit 36221bb67238256d46cb0fe69ca682172d2bec65.
Diffstat (limited to 'jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def')
-rw-r--r--jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def18
1 files changed, 0 insertions, 18 deletions
diff --git a/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def b/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
index ae4e66a236b..157ffabdd63 100644
--- a/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
+++ b/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
@@ -41,24 +41,6 @@ tcpKeepAliveEnabled bool default=false
# Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
tcpNoDelay bool default=true
-# Whether to enable connection throttling. New connections will be dropped when a threshold is exceeded.
-throttling.enabled bool default=false
-
-# Max number of connections.
-throttling.maxConnections int default=-1
-
-# Max memory usage in megabytes (totalMemory - freeMemory).
-throttling.maxMemoryUsage int default=-1
-
-# Max connection accept rate.
-throttling.maxAcceptRate int default=-1
-
-# Accept rate sample period in seconds. Used in conjunction with throttling.maxAcceptRate.
-throttling.maxAcceptRatePeriod double default=1.0
-
-# Idle timeout in seconds applied to endpoints when a threshold is exceeded (except accept rate threshold).
-throttling.idleTimeout double default=1.0
-
# Whether to enable SSL for this connector.
ssl.enabled bool default=false