summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-04-05 18:48:51 +0200
committerGitHub <noreply@github.com>2020-04-05 18:48:51 +0200
commit83dbc88c3f9c5fce9c30fd8d5392ce9aed318f94 (patch)
tree076d1cba71a7ce895a11f2806f4d616eea5a7a42
parentb482abe842977ec51e321f7f217c1cff2c76f088 (diff)
Revert "Avoid task switch on decode."
-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 04385c2a1c1..c58a1a8ebfc 100644
--- a/storage/src/vespa/storage/config/stor-communicationmanager.def
+++ b/storage/src/vespa/storage/config/stor-communicationmanager.def
@@ -46,4 +46,4 @@ mbus.dispatch_on_encode bool default=true
## 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=false
+mbus.dispatch_on_decode bool default=true