X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=blobdiff_plain;f=tools%2Fclustering%2Fcluster-deployer%2Ftemplates%2Flithium_all%2Fakka.conf.template;fp=tools%2Fclustering%2Fcluster-deployer%2Ftemplates%2Flithium_all%2Fakka.conf.template;h=94e1ae27dbab6dae2a53e7bf356b92d11021bc8f;hp=5e69c140f02113ee3d6b166e24eddae238f28322;hb=49cc7b511b7b5ee2fe40f73b6909c4473783716b;hpb=7b7ee62889e76e61bad7db8b5139682fec1f4ac0 diff --git a/tools/clustering/cluster-deployer/templates/lithium_all/akka.conf.template b/tools/clustering/cluster-deployer/templates/lithium_all/akka.conf.template index 5e69c140f0..94e1ae27db 100644 --- a/tools/clustering/cluster-deployer/templates/lithium_all/akka.conf.template +++ b/tools/clustering/cluster-deployer/templates/lithium_all/akka.conf.template @@ -51,7 +51,7 @@ odl-cluster-data { cluster { seed-nodes = {{{DS_SEED_NODES}}} - auto-down-unreachable-after = 300s + auto-down-unreachable-after = 30s roles = [ "{{MEMBER_NAME}}" @@ -93,7 +93,7 @@ odl-cluster-rpc { cluster { seed-nodes = {{{RPC_SEED_NODES}}} - auto-down-unreachable-after = 300s + auto-down-unreachable-after = 30s } } }