ansible: enable profiling by default!

Thankfully this never made it into a release
pull/350/head
David Wilson 6 years ago
parent 49f3a61164
commit e18396d54d

@ -133,7 +133,7 @@ class MuxProcess(object):
mitogen.core.set_cloexec(cls.worker_sock.fileno())
mitogen.core.set_cloexec(cls.child_sock.fileno())
if os.environ.get('MITOGEN_PROFILING', '1'):
if os.environ.get('MITOGEN_PROFILING'):
mitogen.core.enable_profiling()
cls.original_env = dict(os.environ)

Loading…
Cancel
Save