Show More
@@ -37,10 +37,6 b' class IOLoopKernelRestarter(KernelRestarter):' | |||||
37 | def _loop_default(self): |
|
37 | def _loop_default(self): | |
38 | return ioloop.IOLoop.instance() |
|
38 | return ioloop.IOLoop.instance() | |
39 |
|
39 | |||
40 | time_to_dead = Float(3.0, config=True, |
|
|||
41 | help="""Kernel heartbeat interval in seconds.""" |
|
|||
42 | ) |
|
|||
43 |
|
||||
44 | _pcallback = None |
|
40 | _pcallback = None | |
45 |
|
41 | |||
46 | def start(self): |
|
42 | def start(self): |
General Comments 0
You need to be logged in to leave comments.
Login now