Only 4k seconds of 1s ohlc when no tsdb

fsp_shm_caching
Tyler Goodlet 2022-07-15 16:27:06 -04:00
parent f449672c68
commit 90bc9b9730
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ async def start_backfill(
# when no tsdb "last datum" is provided, we just load
# some near-term history.
periods = {
1: {'days': 1},
1: {'seconds': 4000},
60: {'days': 14},
}