summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-08-31 14:55:19 +0200
committerHenning Baldersheim <balder@oath.com>2018-08-31 15:46:19 +0200
commitb8d962bf5b273bcc82e5d88f9c8468be00c570ae (patch)
tree51b0059251c786759701c160ea8d672b935bc5e1 /searchcore
parent7ab1ece35a56f815f2c980c5e4a26c360949251c (diff)
Remove transportdirectwrite option
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/fdispatchrc.def3
1 files changed, 0 insertions, 3 deletions
diff --git a/searchcore/src/vespa/searchcore/config/fdispatchrc.def b/searchcore/src/vespa/searchcore/config/fdispatchrc.def
index e00e35c43a0..f9464815f6a 100644
--- a/searchcore/src/vespa/searchcore/config/fdispatchrc.def
+++ b/searchcore/src/vespa/searchcore/config/fdispatchrc.def
@@ -65,9 +65,6 @@ transport string default=""
## to the delayed ack feature present on various tcp stacks).
transportnodelay bool default=true restart
-## Decides if a Q is used when sending data. Q will increase throughput.
-transportdirectwrite bool default=false restart
-
## Minimum size of packets to compress (0 means no compression)
##
packetcompresslimit int default = 1024 restart