Fix help for cull_connected and cull_busy

Peter Parente 9 years ago
parent d9b4c99180
commit 85ba2bdabd

@ -73,12 +73,12 @@ class MappingKernelManager(MultiKernelManager):
cull_connected = Bool(True, config=True,
help="""Whether to consider culling kernels which have one or more connections.
Only effective if cull_interval is not 0."""
Only effective if cull_idle_timeout is not 0."""
)
cull_busy = Bool(False, config=True,
help="""Whether to consider culling kernels which are busy.
Only effective if cull_interval is not 0."""
Only effective if cull_idle_timeout is not 0."""
)
#-------------------------------------------------------------------------

Loading…
Cancel
Save