aboutsummaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/stor-communicationmanager.def10
1 files changed, 10 insertions, 0 deletions
diff --git a/storage/src/vespa/storage/config/stor-communicationmanager.def b/storage/src/vespa/storage/config/stor-communicationmanager.def
index 4c4c9ce615d..3083fb37081 100644
--- a/storage/src/vespa/storage/config/stor-communicationmanager.def
+++ b/storage/src/vespa/storage/config/stor-communicationmanager.def
@@ -41,6 +41,16 @@ mbus.num_network_threads int default=1 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
+## Deprecated and void
+mbus.dispatch_on_encode bool default=true restart
+
+## Enable to use above thread pool for decoding replies
+## False will use network(fnet) thread
+## Deprecated and void
+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