From 48eac1549e3dd468b12b1b07f107d2ae5915c672 Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 6 Oct 2022 18:54:33 +0200 Subject: [PATCH] Reduce priority to 17 --- src/BackgroundThread.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BackgroundThread.hpp b/src/BackgroundThread.hpp index 0c468ee..e229107 100644 --- a/src/BackgroundThread.hpp +++ b/src/BackgroundThread.hpp @@ -36,7 +36,7 @@ public: private: static int32_t getPriority() { - return 16; + return 17; } BOOL whileLoop() override;