##// END OF EJS Templates
relax default heartbeat period in IPython.parallel to 3s (from 1s)...
MinRK -
Show More
@@ -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 = Integer(1000, config=True,
67 period = Integer(3000, 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