aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
diff options
context:
space:
mode:
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 7967f657aff..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 utilization as a value between 0 and 1.
-throttling.maxHeapUtilization double 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