Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bebcf1ca authored by Andy Hung's avatar Andy Hung Committed by Automerger Merge Worker
Browse files

Merge changes I43a5fd80,Ic98e6b48 into main am: df586fa6

parents 41d44065 df586fa6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ class TimedAction {

    // Define granularity of wakeup to prevent delayed events if
    // device is suspended.
    static constexpr auto kWakeupInterval = std::chrono::minutes(15);
    static constexpr auto kWakeupInterval = std::chrono::minutes(3);
public:
    TimedAction() : mThread{[this](){threadLoop();}} {}