Add low memory warning (#417)

This commit is contained in:
Ken Van Hoeylandt
2025-11-14 15:43:00 +01:00
committed by GitHub
parent dddca1ea76
commit a4f4784ed9
7 changed files with 145 additions and 4 deletions
@@ -269,6 +269,8 @@ public:
service->update();
});
updateTimer->setThreadPriority(Thread::Priority::Lower);
// We want to try and scan more often in case of startup or scan lock failure
updateTimer->start(1000);