Drop search pause config; use default

web_utils
Tyler Goodlet 2021-05-28 09:39:17 -04:00
parent 51a8308105
commit 9792b9aa7d
1 changed files with 0 additions and 5 deletions

View File

@ -47,11 +47,6 @@ log = get_logger(__name__)
_url = 'https://api.kraken.com/0'
_search_conf = {
'pause_period': 0.0616
}
# Broker specific ohlc schema which includes a vwap field
_ohlc_dtype = [
('index', int),