diff --git a/piker/fsp/_volume.py b/piker/fsp/_volume.py index b998c67b..06d0be91 100644 --- a/piker/fsp/_volume.py +++ b/piker/fsp/_volume.py @@ -234,7 +234,7 @@ async def flow_rates( # FSPs, user input, and possibly any general event stream in # real-time. Hint: ideally implemented with caching until mutated # ;) - period: 'Param[int]' = 6, # noqa + period: 'Param[int]' = 1, # noqa # TODO: support other means by providing a map # to weights `partial()`-ed with `wma()`?