add markets_refresh_interval to CONF_SCHEMA

This commit is contained in:
iuvbio 2019-03-12 16:54:59 +01:00
parent 299e640170
commit cb9849e192
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ CONF_SCHEMA = {
'uniqueItems': True 'uniqueItems': True
}, },
'outdated_offset': {'type': 'integer', 'minimum': 1}, 'outdated_offset': {'type': 'integer', 'minimum': 1},
'markets_refresh_interval': {'type': 'integer'},
'ccxt_config': {'type': 'object'}, 'ccxt_config': {'type': 'object'},
'ccxt_async_config': {'type': 'object'} 'ccxt_async_config': {'type': 'object'}
}, },