Code Review
/
controller.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
Move {Identifiable,Persistent,}Payload
[controller.git]
/
opendaylight
/
md-sal
/
eos-dom-akka
/
src
/
test
/
resources
/
application.conf
diff --git
a/opendaylight/md-sal/eos-dom-akka/src/test/resources/application.conf
b/opendaylight/md-sal/eos-dom-akka/src/test/resources/application.conf
index
ff23633
..
08c2a36
100644
(file)
--- a/
opendaylight/md-sal/eos-dom-akka/src/test/resources/application.conf
+++ b/
opendaylight/md-sal/eos-dom-akka/src/test/resources/application.conf
@@
-31,7
+31,11
@@
akka {
# This value controls how quickly Entity Ownership Service decisions are
# propagated within a node.
notify-subscribers-interval = 20 ms
- }
+ }
+ split-brain-resolver {
+ active-strategy = keep-majority
+ stable-after = 7s
+ }
}
}