Skip to content

Fix freezes on systems with slow disks

Slava Aseev requested to merge ptrnine/haruna:fork into master

Synchronous config reading/writting in the onTriggered timer handler can cause severe freezes on systems with slow disks.

This commit fixes the issue by moving the operations with KConfig to the worker thread.

Merge request reports