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

Commit 24fcae33 authored by Simon Wilson's avatar Simon Wilson Committed by Android Git Automerger
Browse files

am 247042e9: am ff5b6303: DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms

* commit '247042e9':
  DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms
parents c08ea4e9 247042e9
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