Browse Source

Reduce period of max data gathering

pull/30/head
Thomas 4 years ago
parent
commit
fb79070b30
  1. 2
      apps/api/src/services/data-gathering.service.ts

2
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

Loading…
Cancel
Save