summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-01-07 13:35:09 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-01-07 13:35:09 +0000
commit8a28306fc67d63c2821ab7619f52957fdd7b2e96 (patch)
treef9b27abc02125dc8dc09ca33b7214b775605d07f /storage
parentf064d4c32d0b80bc72b60d708a27201281cceac9 (diff)
Default direct rpc.
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 d674ee96aa3..cfd59cf8400 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.
-use_direct_storageapi_rpc bool default=false
+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