X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-config%2Fsrc%2Fmain%2Fresources%2Finitial%2Fdatastore.cfg;h=b03a4a114e0f87a8cd06c913ebce9cb2ec4fb0fc;hb=HEAD;hp=678903c74c4e37a4e0ea5ade80c305017a7f6512;hpb=f8d8f8cdd36dd6fd8d7a11a314af61c46ee163e6;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/datastore.cfg b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/datastore.cfg index 678903c74c..b03a4a114e 100644 --- a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/datastore.cfg +++ b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/datastore.cfg @@ -89,11 +89,6 @@ operational.persistent=false # for a message slice. This needs to be below Akka's maximum-frame-size and defaults to 480KiB. maximum-message-slice-size=491520 -# Enable tell-based protocol between frontend (applications) and backend (shards). Using this protocol -# should avoid AskTimeoutExceptions seen under heavy load. Defaults to false (use tell-based protocol). -# Set to false to enable ask-based protocol. -use-tell-based-protocol=true - # Tune the maximum number of entries a follower is allowed to lag behind the leader before it is # considered out-of-sync. This flag may require tuning in face of a large number of small transactions. #sync-index-threshold=10