From 319e68c855ded0d597cf40ce519a39fde53bcc8a Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 19 Jul 2022 09:03:57 -0400 Subject: [PATCH] TOSQUASH: revert to 22Hz display throttle --- 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 f79c56ae..05603c63 100644 --- a/piker/ui/_display.py +++ b/piker/ui/_display.py @@ -63,7 +63,7 @@ from ..log import get_logger log = get_logger(__name__) # 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