Reduce period of max data gathering (#30)

pull/31/head
Thomas 3 years ago committed by GitHub
parent 27f1ec5d8a
commit 8d149b5e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save