aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2022-10-31 12:06:09 +0100
committerGitHub <noreply@github.com>2022-10-31 12:06:09 +0100
commit097923307e80929f43271ebba27bb5ef52218e5c (patch)
tree1e1298fe68e5a9d67bcc493ec5148eeebc58fb85 /container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def
parent5c7c221d98120c0eaf826f06c2a24bd305024ae6 (diff)
Revert "Upgrade Jetty from 9.4.49 to 11.0.12"
Diffstat (limited to 'container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def')
-rw-r--r--container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def3
1 files changed, 1 insertions, 2 deletions
diff --git a/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def b/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def
index bdcc3f9e40a..ecbc451ead1 100644
--- a/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def
+++ b/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def
@@ -28,8 +28,7 @@ reuseAddress bool default=true
# The maximum idle time for a connection, which roughly translates to the Socket.setSoTimeout(int).
idleTimeout double default=180.0
-# TODO Vespa 9 Remove
-# Has no effect since Jetty 11 upgrade
+# Whether or not to have socket keep alive turned on.
tcpKeepAliveEnabled bool default=false
# Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).