Making it possile to turn cluster on/off in config
This commit is contained in:
parent
0db29005ec
commit
cada63a03f
2 changed files with 5 additions and 2 deletions
|
|
@ -49,7 +49,7 @@
|
|||
zlib-compression-level = 6 # Options: 0-9 (1 being fastest and 9 being the most compressed), default is 6
|
||||
|
||||
<cluster>
|
||||
service = on # FIXME add 'service = on' for <cluster>
|
||||
service = on
|
||||
name = "default" # The name of the cluster
|
||||
actor = "se.scalablesolutions.akka.remote.JGroupsClusterActor" # FQN of an implementation of ClusterActor
|
||||
serializer = "se.scalablesolutions.akka.serialization.Serializer$Java" # FQN of the serializer class
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue