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

Commit 97c46181 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "put the watchdog values back to what they should be"

parents 6683eb2d cf2317ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ public class Watchdog extends Thread {

    static final int MONITOR = 2718;

    static final int TIME_TO_RESTART = DB ? 15*1000000 : 60*1000000;
    static final int TIME_TO_RESTART = DB ? 15*1000 : 60*1000;
    static final int TIME_TO_WAIT = TIME_TO_RESTART / 2;

    static final int MEMCHECK_DEFAULT_MIN_SCREEN_OFF = DB ? 1*60 : 5*60;   // 5 minutes