From 469a3c2518bd76a09457ba4927a018e86123668c Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Sun, 5 Apr 2020 18:47:51 +0200 Subject: Revert "Use 2 network threads" --- storage/src/vespa/storage/config/stor-communicationmanager.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage') diff --git a/storage/src/vespa/storage/config/stor-communicationmanager.def b/storage/src/vespa/storage/config/stor-communicationmanager.def index 0bc3f67f9c3..04385c2a1c1 100644 --- a/storage/src/vespa/storage/config/stor-communicationmanager.def +++ b/storage/src/vespa/storage/config/stor-communicationmanager.def @@ -31,7 +31,7 @@ mbus.rpctargetcache.ttl double default = 600 ## Number of threads for network. ## Any value below 1 will be 1. -mbus.num_network_threads int default=2 +mbus.num_network_threads int default=1 ## Number of workers threads for messagebus. ## Any value below 1 will be 1. -- cgit v1.2.3