Sample cleanup
This commit is contained in:
parent
8dd626f44b
commit
daeae689b3
5 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ class Boot {
|
|||
SupervisorConfig(
|
||||
RestartStrategy(OneForOne, 3, 100),
|
||||
Supervise(
|
||||
new SimpleService,
|
||||
LifeCycle(Permanent, 100))
|
||||
:: Supervise(
|
||||
new Chat,
|
||||
LifeCycle(Permanent, 100))
|
||||
:: Nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue