Reduce period of max data gathering (#30)
This commit is contained in:
parent
27f1ec5d8a
commit
8d149b5e2b
@ -267,7 +267,7 @@ export class DataGatheringService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async getSymbolsMax() {
|
private async getSymbolsMax() {
|
||||||
const startDate = new Date(getUtc('2000-01-01'));
|
const startDate = new Date(getUtc('2015-01-01'));
|
||||||
|
|
||||||
const customSymbolsToGather = await this.getCustomSymbolsToGather(
|
const customSymbolsToGather = await this.getCustomSymbolsToGather(
|
||||||
startDate
|
startDate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user