summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-07-07 18:57:07 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-07-07 18:58:27 +0000
commitf2e1474c05007adc32e2a34ffa3b8aea7219806d (patch)
treea216ebfc96bd59ba17c7d1881f374b15b865d9ff /storage
parent8aa9bd1ba8a2d35f26dccb5ce19a13dce8f62b1d (diff)
Add back dispatch_on_encode and dispatch_on_decode that still has overrides
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