From d458686d8ab70ce2bcd6e36fb39dab143da6b5e4 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 7 Jul 2022 10:51:40 +0200 Subject: GC temporary dispatch flags. --- storage/src/vespa/storage/config/stor-communicationmanager.def | 9 --------- 1 file changed, 9 deletions(-) (limited to 'storage/src') diff --git a/storage/src/vespa/storage/config/stor-communicationmanager.def b/storage/src/vespa/storage/config/stor-communicationmanager.def index 75a3344b618..ba0368964c1 100644 --- a/storage/src/vespa/storage/config/stor-communicationmanager.def +++ b/storage/src/vespa/storage/config/stor-communicationmanager.def @@ -45,15 +45,6 @@ mbus.num_threads int default=4 restart ## The number of events in the queue of a network (FNET) thread before it is woken up. mbus.events_before_wakeup int default=1 restart -## Enable to use above thread pool for encoding replies -## False will use network(fnet) thread -mbus.dispatch_on_encode bool default=true restart - -## Enable to use above thread pool for decoding replies -## False will use network(fnet) thread -## Todo: Change default once verified in large scale deployment. -mbus.dispatch_on_decode bool default=true restart - ## The number of network (FNET) threads used by the shared rpc resource. rpc.num_network_threads int default=2 restart -- cgit v1.2.3