From 8d149b5e2b47a2f8075cc3a14cb2d8e10bfbe34d Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Wed, 21 Apr 2021 18:58:21 +0200 Subject: [PATCH] Reduce period of max data gathering (#30) --- apps/api/src/services/data-gathering.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/services/data-gathering.service.ts b/apps/api/src/services/data-gathering.service.ts index 6d96e0a55..c84148307 100644 --- a/apps/api/src/services/data-gathering.service.ts +++ b/apps/api/src/services/data-gathering.service.ts @@ -267,7 +267,7 @@ export class DataGatheringService { } private async getSymbolsMax() { - const startDate = new Date(getUtc('2000-01-01')); + const startDate = new Date(getUtc('2015-01-01')); const customSymbolsToGather = await this.getCustomSymbolsToGather( startDate