Merge commit 'origin/master' into Atmosphere0.5

This commit is contained in:
Viktor Klang 2009-12-02 20:21:29 +01:00
commit 86ac72ad3b
35 changed files with 453 additions and 331 deletions

View file

@ -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)) ::