Skip to content
This repository has been archived by the owner on Apr 15, 2018. It is now read-only.

Commit

Permalink
Remove provider from reference.conf (closes #151) (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendg authored and hseeberger committed Apr 7, 2017
1 parent 0baa54e commit 900eed0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
akka.actor.provider = akka.cluster.ClusterActorRefProvider

constructr {
coordination-timeout = 3 seconds // Maximum response time for coordination service (e.g. etcd)
join-timeout = 15 seconds // Might depend on cluster size and network properties
Expand Down
2 changes: 2 additions & 0 deletions core/src/multi-jvm/resources/application.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
akka.actor.provider = akka.cluster.ClusterActorRefProvider

2 changes: 2 additions & 0 deletions core/src/test/resources/application.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
akka.actor.provider = akka.cluster.ClusterActorRefProvider

0 comments on commit 900eed0

Please sign in to comment.