##// END OF EJS Templates
Lower default misses to 10 and improve documentation of option
chapmanb -
Show More
@@ -74,8 +74,8 b' class HeartMonitor(LoggingConfigurable):'
74 help='The frequency at which the Hub pings the engines for heartbeats '
74 help='The frequency at which the Hub pings the engines for heartbeats '
75 '(in ms)',
75 '(in ms)',
76 )
76 )
77 max_heartmonitor_misses = Integer(20, config=True,
77 max_heartmonitor_misses = Integer(10, config=True,
78 help='Allow consecutive misses from engine to controller heart monitor before shutting down.',
78 help='Allowed consecutive missed pings from controller Hub to engine before unregistering.',
79 )
79 )
80
80
81 pingstream=Instance('zmq.eventloop.zmqstream.ZMQStream')
81 pingstream=Instance('zmq.eventloop.zmqstream.ZMQStream')
General Comments 0
You need to be logged in to leave comments. Login now