TOSQUASH: revert to 22Hz display throttle

kraken_ws_orders
Tyler Goodlet 2022-07-19 09:03:57 -04:00
parent 64f920d7e5
commit 319e68c855
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ from ..log import get_logger
log = get_logger(__name__) log = get_logger(__name__)
# TODO: load this from a config.toml! # TODO: load this from a config.toml!
_quote_throttle_rate: int = 60 # Hz _quote_throttle_rate: int = 22 # Hz
# a working tick-type-classes template # a working tick-type-classes template