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