From d1050e395b46448ae6031389557d9304992f5e6c Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 25 May 2015 13:57:47 +0200 Subject: [PATCH] Tweak notification queue backoff Local testing seems to indicate that the LMAX dispatch gives better throughput with 16 switches when configured to go blocking. Change-Id: Id273cccc2cbb19ae91ca799ccabca65d1cfd93c4 Signed-off-by: Robert Varga --- .../md-sal-config/src/main/resources/initial/01-md-sal.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opendaylight/md-sal/md-sal-config/src/main/resources/initial/01-md-sal.xml b/opendaylight/md-sal/md-sal-config/src/main/resources/initial/01-md-sal.xml index 3d66a79d7b..33e7eb53ff 100644 --- a/opendaylight/md-sal/md-sal-config/src/main/resources/initial/01-md-sal.xml +++ b/opendaylight/md-sal/md-sal-config/src/main/resources/initial/01-md-sal.xml @@ -168,8 +168,8 @@ inmemory-data-broker 65536 - 1 - 30 + 0 + 0 prefix:binding-data-compatible-broker -- 2.36.6