Merge commit 'origin/master' into Atmosphere0.5
This commit is contained in:
commit
86ac72ad3b
35 changed files with 453 additions and 331 deletions
|
|
@ -20,7 +20,7 @@ import org.atmosphere.cpr.BroadcastFilter
|
|||
class Boot {
|
||||
val factory = SupervisorFactory(
|
||||
SupervisorConfig(
|
||||
RestartStrategy(OneForOne, 3, 100),
|
||||
RestartStrategy(OneForOne, 3, 100, List(classOf[Exception])),
|
||||
Supervise(
|
||||
new SimpleService,
|
||||
LifeCycle(Permanent)) ::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue