summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-07-01 13:26:48 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-07-01 13:26:48 +0200
commit7ac6a7c5a793e11bce08a2bac040a1860b6edce1 (patch)
treeefc5fab6a0aa6aadf1a0afd53e0162a0e980264c /storage
parente4265f852d20675d873489973b3745580d2b3c5b (diff)
GC removed config
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/stor-communicationmanager.def12
1 files changed, 0 insertions, 12 deletions
diff --git a/storage/src/vespa/storage/config/stor-communicationmanager.def b/storage/src/vespa/storage/config/stor-communicationmanager.def
index c22cf7b8b01..1920160699c 100644
--- a/storage/src/vespa/storage/config/stor-communicationmanager.def
+++ b/storage/src/vespa/storage/config/stor-communicationmanager.def
@@ -53,18 +53,6 @@ mbus.dispatch_on_encode bool default=true restart
## Todo: Change default once verified in large scale deployment.
mbus.dispatch_on_decode bool default=true restart
-## Skip messenger thread on reply
-## Experimental
-mbus.skip_reply_thread bool default=false restart
-
-## Skip messenger thread on reply
-## Experimental
-mbus.skip_request_thread bool default=false restart
-
-## Skip communication manager thread on mbus requests
-## Experimental
-skip_thread bool default=false
-
## The number of network (FNET) threads used by the shared rpc resource.
rpc.num_network_threads int default=2 restart