From cd79eabe61113f1350c1418f257549b69fefc2f3 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 7 Apr 2022 14:21:11 -0400 Subject: [PATCH] Bring back down default bars frame count for ib --- piker/brokers/ib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/brokers/ib.py b/piker/brokers/ib.py index b05e77a3..be155379 100644 --- a/piker/brokers/ib.py +++ b/piker/brokers/ib.py @@ -1592,7 +1592,7 @@ async def backfill_bars( # on that until we have the `marketstore` daemon in place in which # case the shm size will be driven by user config and available sys # memory. - count: int = 59, + count: int = 22, task_status: TaskStatus[trio.CancelScope] = trio.TASK_STATUS_IGNORED,