Reduce period of max data gathering (#30)

This commit is contained in:
Thomas
2021-04-21 18:58:21 +02:00
committed by GitHub
parent 27f1ec5d8a
commit 8d149b5e2b

View File

@ -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