change default initial candle limit to 1500

This commit is contained in:
Timothy Pogue
2022-09-05 20:23:00 -06:00
parent b949ea301c
commit a0d774fdc4
2 changed files with 2 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ class ExternalMessageConsumer:
self.sleep_time = self._emc_config.get('sleep_time', 5)
# The amount of candles per dataframe on the initial request
self.initial_candle_limit = self._emc_config.get('initial_candle_limit', 500)
self.initial_candle_limit = self._emc_config.get('initial_candle_limit', 1500)
# Setting these explicitly as they probably shouldn't be changed by a user
# Unless we somehow integrate this with the strategy to allow creating