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

@@ -508,9 +508,8 @@ CONF_SCHEMA = {
'remove_signals_analyzed_df': {'type': 'boolean', 'default': False},
'initial_candle_limit': {
'type': 'integer',
'minimum': 100,
'maximum': 1500,
'default': 500
'default': 1500
}
},
'required': ['producers']