Bring back down default bars frame count for ib

only_draw_iv_for_ohlc
Tyler Goodlet 2022-04-07 14:21:11 -04:00
parent 1d7adad2cc
commit cd79eabe61
1 changed files with 1 additions and 1 deletions

View File

@ -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,