diff --git a/piker/brokers/ib.py b/piker/brokers/ib.py index 34f2b17d..e6e610d4 100644 --- a/piker/brokers/ib.py +++ b/piker/brokers/ib.py @@ -622,8 +622,7 @@ async def fill_bars( sym: str, first_bars: list, shm: 'ShmArray', # type: ignore # noqa - count: int = 21, - # count: int = 1, + count: int = 21, # NOTE: any more and we'll overrun the underlying buffer ) -> None: """Fill historical bars into shared mem / storage afap.