summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
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