summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-01-17 16:25:23 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-01-17 16:29:17 +0000
commit1592294bd9335fbb511217c64af09378607a46da (patch)
tree1fedc10edd194f947809a663ecff3763fbcdc627 /storage
parentb99db83c92490cc5678ecac778a28efd4acf2130 (diff)
GC unused useDirectStoarageApiRpc flag
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/stor-communicationmanager.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/config/stor-communicationmanager.def b/storage/src/vespa/storage/config/stor-communicationmanager.def
index 799490ba114..c7bc2a00952 100644
--- a/storage/src/vespa/storage/config/stor-communicationmanager.def
+++ b/storage/src/vespa/storage/config/stor-communicationmanager.def
@@ -58,7 +58,7 @@ 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.
+## Deprecated and ignored as it is default on. Will soon be removed.
use_direct_storageapi_rpc bool default=true
## The number of network (FNET) threads used by the shared rpc resource.