summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-07-01 16:26:19 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-07-01 16:26:19 +0200
commitf93384bd529fdacfc0103f008a6a6babe46e494c (patch)
tree33067dc730d5f7c9e2bf673c72fde59896a3e276 /storage
parenteedfb2a6685170748f88f9c0a90bb612af9b35fe (diff)
GC unused optimize_for config
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/stor-communicationmanager.def2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/src/vespa/storage/config/stor-communicationmanager.def b/storage/src/vespa/storage/config/stor-communicationmanager.def
index 1920160699c..93156c367d9 100644
--- a/storage/src/vespa/storage/config/stor-communicationmanager.def
+++ b/storage/src/vespa/storage/config/stor-communicationmanager.def
@@ -42,8 +42,6 @@ mbus.num_network_threads int default=1 restart
## Any value below 1 will be 1.
mbus.num_threads int default=4 restart
-mbus.optimize_for enum {LATENCY, THROUGHPUT, ADAPTIVE} default = LATENCY
-
## Enable to use above thread pool for encoding replies
## False will use network(fnet) thread
mbus.dispatch_on_encode bool default=true restart