Up the display throttle rate to 22Hz
parent
4e85d1d395
commit
329e833e96
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue