diff --git a/piker/service/_actor_runtime.py b/piker/service/_actor_runtime.py index a4e3ccf2..837b615d 100644 --- a/piker/service/_actor_runtime.py +++ b/piker/service/_actor_runtime.py @@ -119,6 +119,10 @@ async def open_piker_runtime( # spawn other specialized daemons I think? enable_modules=enable_modules, + # TODO: how to configure this? + # keep it on by default if debug mode is set? + maybe_enable_greenback=False, + **tractor_kwargs, ) as actor,