##// END OF EJS Templates
Enable heartbeat montoring on default...
Jan Schulz -
Show More
@@ -53,7 +53,7 b' class EngineFactory(RegistrationFactory):'
53 timeout=Float(5.0, config=True,
53 timeout=Float(5.0, config=True,
54 help="""The time (in seconds) to wait for the Controller to respond
54 help="""The time (in seconds) to wait for the Controller to respond
55 to registration requests before giving up.""")
55 to registration requests before giving up.""")
56 max_heartbeat_misses=Integer(0, config=True,
56 max_heartbeat_misses=Integer(50, config=True,
57 help="""The maximum number of times a check for the heartbeat ping of a
57 help="""The maximum number of times a check for the heartbeat ping of a
58 controller can be missed before shutting down the engine.
58 controller can be missed before shutting down the engine.
59
59
General Comments 0
You need to be logged in to leave comments. Login now