From e719733f9766893285f43d7862bcd4d680b5d747 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 8 Dec 2023 19:08:10 -0500 Subject: [PATCH] Comment out overlap case block for now too? --- piker/data/history.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/piker/data/history.py b/piker/data/history.py index 22c887cf..0598e08c 100644 --- a/piker/data/history.py +++ b/piker/data/history.py @@ -731,9 +731,9 @@ async def tsdb_backfill( # to push datums that have already been recorded in the # tsdb. In this case we instead only retreive and push # the series portion missing from the db's data set. - if offset_s < 0: - non_overlap_diff: Duration = mr_end_dt - last_tsdb_dt - non_overlap_offset_s: float = backfill_diff.in_seconds() + # if offset_s < 0: + # non_overlap_diff: Duration = mr_end_dt - last_tsdb_dt + # non_overlap_offset_s: float = backfill_diff.in_seconds() offset_samples: int = round(offset_s / timeframe)