Update to a working version of Scalariform
This commit is contained in:
parent
cae070bd93
commit
c66ce62d63
616 changed files with 5966 additions and 5436 deletions
|
|
@ -22,7 +22,8 @@ class DangerousActor extends Actor with ActorLogging {
|
|||
import context.dispatcher
|
||||
|
||||
val breaker =
|
||||
new CircuitBreaker(context.system.scheduler,
|
||||
new CircuitBreaker(
|
||||
context.system.scheduler,
|
||||
maxFailures = 5,
|
||||
callTimeout = 10.seconds,
|
||||
resetTimeout = 1.minute).onOpen(notifyMeOnOpen())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue