aboutsummaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2021-01-17 20:25:57 +0100
committerGitHub <noreply@github.com>2021-01-17 20:25:57 +0100
commitc920c1008a115390993b1bb2212a2f42c70c33d2 (patch)
tree5361dd1926e38abec135dd9609b0f980b0d6757f /storage
parent43a9d76241663d30460c434f5aa058780f06e44b (diff)
Revert "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 c7bc2a00952..799490ba114 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 ignored as it is default on. Will soon be removed.
+## 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.