removed transient life-cycle and restart-within-time attribute
This commit is contained in:
parent
d8e5c1c05a
commit
015bf584a0
25 changed files with 528 additions and 310 deletions
|
|
@ -24,13 +24,13 @@ class Boot {
|
|||
RestartStrategy(OneForOne, 3, 100),
|
||||
Supervise(
|
||||
new SimpleService,
|
||||
LifeCycle(Permanent, 100)) ::
|
||||
LifeCycle(Permanent)) ::
|
||||
Supervise(
|
||||
new Chat,
|
||||
LifeCycle(Permanent, 100)) ::
|
||||
LifeCycle(Permanent)) ::
|
||||
Supervise(
|
||||
new PersistentSimpleService,
|
||||
LifeCycle(Permanent, 100))
|
||||
LifeCycle(Permanent))
|
||||
:: Nil)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue