From 5d276df33437b132f51c25702bcade33dca5d0f0 Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Sat, 14 Jan 2023 03:46:16 +0100 Subject: [PATCH] Reduce theme check interval to 5s on Linux --- qt/aqt/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/main.py b/qt/aqt/main.py index 9d4bbc62f..0b9126334 100644 --- a/qt/aqt/main.py +++ b/qt/aqt/main.py @@ -1076,7 +1076,7 @@ title="{}" {}>{}""".format( if is_lin: # On Linux, the check requires invoking an external binary, # which we don't want to be doing frequently - interval_secs = 10 + interval_secs = 5 else: interval_secs = 2 self.progress.timer(