TOSQUASH: bd78f17f (duplicate hist frames)

epoch_index_backup
Tyler Goodlet 2022-12-23 16:22:59 -05:00
parent 575e60bd1d
commit 23070e5fab
1 changed files with 1 additions and 0 deletions

View File

@ -413,6 +413,7 @@ async def start_backfill(
):
start_dt = min(starts)
print(f"SKIPPING DUPLICATE FRAME @ {next_start_dt}")
starts[start_dt] += 1
continue
elif starts[next_start_dt] > 6: