use TTLCache for get_ticker_history

This commit is contained in:
gcarq
2017-11-11 15:29:31 +01:00
parent 3126dcfcea
commit 8f817a3634
5 changed files with 6 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ class Bittrex(Exchange):
_API = _Bittrex(
api_key=_EXCHANGE_CONF['key'],
api_secret=_EXCHANGE_CONF['secret'],
calls_per_second=5,
calls_per_second=3,
)
@property