feat: Backfill-Ziel auf 36 Monate erweitert

This commit is contained in:
2026-06-09 21:48:23 +00:00
parent c07a34e671
commit cdf5b133a9

View File

@@ -4,7 +4,7 @@ import { insertCandles, getCoverage } from '../market/candle-store';
import { sql } from '../db/client';
const M15 = 15 * 60 * 1000;
const TARGET_MONTHS = 14;
const TARGET_MONTHS = 36;
const since = Date.now() - TARGET_MONTHS * 30 * 24 * 60 * 60 * 1000;
for (const pair of PAIRS) {