summaryrefslogtreecommitdiffstats
path: root/fnet
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-08-30 18:37:57 +0200
committerGitHub <noreply@github.com>2018-08-30 18:37:57 +0200
commitcf065cce21dd7d82d602e23106e739d06dea03ec (patch)
tree40df964390e8eac9ab9d7855003784136a668948 /fnet
parent2b80c840e6b34ac21ba114861a76597a12d68a07 (diff)
parent0014879b61be00c5c6364168e2699b1cf0016aa7 (diff)
Merge pull request #6737 from vespa-engine/balder/no-direct-write
Disable direct write by default.
Diffstat (limited to 'fnet')
-rw-r--r--fnet/src/vespa/fnet/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnet/src/vespa/fnet/config.cpp b/fnet/src/vespa/fnet/config.cpp
index ab43316fc9d..01bc76791de 100644
--- a/fnet/src/vespa/fnet/config.cpp
+++ b/fnet/src/vespa/fnet/config.cpp
@@ -10,5 +10,5 @@ FNET_Config::FNET_Config()
_maxOutputBufferSize(0x10000),
_tcpNoDelay(true),
_logStats(false),
- _directWrite(true)
+ _directWrite(false)
{ }