Sample cleanup

This commit is contained in:
Viktor Klang 2009-07-29 20:03:43 +02:00
parent 8dd626f44b
commit daeae689b3
5 changed files with 3 additions and 0 deletions

View file

@ -21,6 +21,9 @@ class Boot {
SupervisorConfig(
RestartStrategy(OneForOne, 3, 100),
Supervise(
new SimpleService,
LifeCycle(Permanent, 100))
:: Supervise(
new Chat,
LifeCycle(Permanent, 100))
:: Nil)