Show More
@@ -64,7 +64,7 b' class HeartMonitor(LoggingConfigurable):' | |||
|
64 | 64 | pongstream: an XREP stream |
|
65 | 65 | period: the period of the heartbeat in milliseconds""" |
|
66 | 66 | |
|
67 |
period = Integer( |
|
|
67 | period = Integer(3000, config=True, | |
|
68 | 68 | help='The frequency at which the Hub pings the engines for heartbeats ' |
|
69 | 69 | '(in ms)', |
|
70 | 70 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now