aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-04-03 08:52:47 +0200
committerGitHub <noreply@github.com>2020-04-03 08:52:47 +0200
commit69277c69fa92013e95b81e7a210d2d777c60531e (patch)
treee975a6ede94aa4560094144e0cbf1b182e60dce4
parent79ed3f35ea8bd7ca8e671676fad510f2976f0e87 (diff)
parentdccb9fc21fa214b982c61c33ae68642491504f19 (diff)
Merge pull request #12816 from vespa-engine/balder/prefer-latency
Prefer latency
-rw-r--r--storage/src/vespa/storage/config/stor-communicationmanager.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/config/stor-communicationmanager.def b/storage/src/vespa/storage/config/stor-communicationmanager.def
index 33b3ec37c04..4536ea97855 100644
--- a/storage/src/vespa/storage/config/stor-communicationmanager.def
+++ b/storage/src/vespa/storage/config/stor-communicationmanager.def
@@ -33,7 +33,7 @@ mbus.rpctargetcache.ttl double default = 600
## Any value below 1 will be 1.
mbus.num_threads int default=1
-mbus.optimize_for enum {LATENCY, THROUGHPUT} default = THROUGHPUT
+mbus.optimize_for enum {LATENCY, THROUGHPUT} default = LATENCY
## Enable to use above thread pool for encoding replies
## False will use network(fnet) thread