summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-06-28 12:09:43 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-06-28 12:09:43 +0200
commit686314430484adbe9eda8efddbf7b219ebe4a487 (patch)
treed7e8e7c5017c869ed8b9bda694e30924d0de118e /storage
parent1bb1fe3b1471b7aeb999659585c8e55ed29524db (diff)
GC long gone use_direct_storageapi_rpc.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/stor-communicationmanager.def5
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/src/vespa/storage/config/stor-communicationmanager.def b/storage/src/vespa/storage/config/stor-communicationmanager.def
index 6090e6bcd08..c22cf7b8b01 100644
--- a/storage/src/vespa/storage/config/stor-communicationmanager.def
+++ b/storage/src/vespa/storage/config/stor-communicationmanager.def
@@ -65,11 +65,6 @@ mbus.skip_request_thread bool default=false restart
## Experimental
skip_thread bool default=false
-## Whether to use direct P2P RPC protocol for all StorageAPI communication
-## instead of going via MessageBus.
-## Deprecated, and will soon be gone as it is default on.
-use_direct_storageapi_rpc bool default=true
-
## The number of network (FNET) threads used by the shared rpc resource.
rpc.num_network_threads int default=2 restart