Show More
@@ -23,7 +23,7 b' from zmq.devices import ThreadDevice' | |||||
23 | from zmq.eventloop import ioloop, zmqstream |
|
23 | from zmq.eventloop import ioloop, zmqstream | |
24 |
|
24 | |||
25 | from IPython.config.configurable import LoggingConfigurable |
|
25 | from IPython.config.configurable import LoggingConfigurable | |
26 | from IPython.utils.traitlets import Set, Instance, CFloat |
|
26 | from IPython.utils.traitlets import Set, Instance, CFloat, Integer | |
27 |
|
27 | |||
28 | from IPython.parallel.util import asbytes |
|
28 | from IPython.parallel.util import asbytes | |
29 |
|
29 | |||
@@ -64,7 +64,7 b' class HeartMonitor(LoggingConfigurable):' | |||||
64 | pongstream: an XREP stream |
|
64 | pongstream: an XREP stream | |
65 | period: the period of the heartbeat in milliseconds""" |
|
65 | period: the period of the heartbeat in milliseconds""" | |
66 |
|
66 | |||
67 |
period= |
|
67 | period = Integer(1000, config=True, | |
68 | help='The frequency at which the Hub pings the engines for heartbeats ' |
|
68 | help='The frequency at which the Hub pings the engines for heartbeats ' | |
69 | '(in ms)', |
|
69 | '(in ms)', | |
70 | ) |
|
70 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now