Up the display throttle rate to 22Hz

incr_update_backup
Tyler Goodlet 2022-04-27 17:18:11 -04:00
parent aa8f9c02f2
commit 4129677ec5
1 changed files with 1 additions and 1 deletions

View File

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