summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-07-07 10:51:40 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-07-07 10:51:40 +0200
commitd458686d8ab70ce2bcd6e36fb39dab143da6b5e4 (patch)
tree37a1d1a98c59a84685966a94b6d56ffd2daf67e8 /storage
parentcca2c9699dcaa56a2e75cc1b94b87a780fd4ca4a (diff)
GC temporary dispatch flags.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/stor-communicationmanager.def9
1 files changed, 0 insertions, 9 deletions
diff --git a/storage/src/vespa/storage/config/stor-communicationmanager.def b/storage/src/vespa/storage/config/stor-communicationmanager.def
index 75a3344b618..ba0368964c1 100644
--- a/storage/src/vespa/storage/config/stor-communicationmanager.def
+++ b/storage/src/vespa/storage/config/stor-communicationmanager.def
@@ -45,15 +45,6 @@ mbus.num_threads int default=4 restart
## The number of events in the queue of a network (FNET) thread before it is woken up.
mbus.events_before_wakeup int default=1 restart
-## Enable to use above thread pool for encoding replies
-## False will use network(fnet) thread
-mbus.dispatch_on_encode bool default=true restart
-
-## Enable to use above thread pool for decoding replies
-## False will use network(fnet) thread
-## Todo: Change default once verified in large scale deployment.
-mbus.dispatch_on_decode bool default=true restart
-
## The number of network (FNET) threads used by the shared rpc resource.
rpc.num_network_threads int default=2 restart