Do not cull kernels doing work by default

Peter Parente 9 years ago
parent 1550a04848
commit d9b4c99180

@ -76,7 +76,7 @@ class MappingKernelManager(MultiKernelManager):
Only effective if cull_interval is not 0."""
)
cull_busy = Bool(True, config=True,
cull_busy = Bool(False, config=True,
help="""Whether to consider culling kernels which are busy.
Only effective if cull_interval is not 0."""
)

Loading…
Cancel
Save