Enable `greenback` for `.pause_from_sync()` by default?

Tyler Goodlet 2025-02-13 12:30:41 -05:00
parent 636a580645
commit 4c9915a4a5
1 changed files with 4 additions and 0 deletions

View File

@ -119,6 +119,10 @@ async def open_piker_runtime(
# spawn other specialized daemons I think? # spawn other specialized daemons I think?
enable_modules=enable_modules, 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, **tractor_kwargs,
) as actor, ) as actor,