Revert removal of limit parameter for now

This commit is contained in:
Matthias 2022-02-05 19:53:05 +01:00
parent c0675e78f9
commit f2574b8b6e

View File

@ -198,7 +198,7 @@ export default class CandleChartContainer extends Vue {
strategy: this.strategy, strategy: this.strategy,
}); });
} else { } else {
this.getPairCandles({ pair: this.pair, timeframe: this.timeframe }); this.getPairCandles({ pair: this.pair, timeframe: this.timeframe, limit: 500 });
} }
} }
} }