From 4129677ec5a31defedb91021ec97f0e6d00d5c86 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 27 Apr 2022 17:18:11 -0400 Subject: [PATCH] Up the display throttle rate to 22Hz --- piker/ui/_display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/ui/_display.py b/piker/ui/_display.py index 2da40693..27c7f455 100644 --- a/piker/ui/_display.py +++ b/piker/ui/_display.py @@ -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