From b609f46d26b80d48e6a8365e40c014e08293d707 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 15 May 2022 13:44:56 -0400 Subject: [PATCH] Always delay interaction update profiling --- piker/ui/_interaction.py | 1 - 1 file changed, 1 deletion(-) diff --git a/piker/ui/_interaction.py b/piker/ui/_interaction.py index b2b46050..90242c99 100644 --- a/piker/ui/_interaction.py +++ b/piker/ui/_interaction.py @@ -931,7 +931,6 @@ class ChartView(ViewBox): # ``.update_graphics_from_flow()`` nested profiling likely # due to the way delaying works and garbage collection of # the profiler in the delegated method calls. - delayed=False, ms_threshold=6, # ms_threshold=ms_slower_then, )