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

Commit 247042e9 authored by Simon Wilson's avatar Simon Wilson Committed by Android Git Automerger
Browse files

am ff5b6303: DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms

* commit 'ff5b6303':
  DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms
parents 91279180 ff5b6303
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ static bool timer_created;
// If the next wakeup time is less than this threshold, we should acquire
// a wakelock instead of setting a wake alarm so we're not bouncing in
// and out of suspend frequently.
static const uint32_t TIMER_INTERVAL_FOR_WAKELOCK_IN_MS = 3000;
static const uint32_t TIMER_INTERVAL_FOR_WAKELOCK_IN_MS = 100;

/*****************************************************************************
**  Externs