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

Commit cf2317ef authored by Mathias Agopian's avatar Mathias Agopian
Browse files

put the watchdog values back to what they should be

Change-Id: I4f394248c2f4c514f74b66fde3cb69bbed9ec796
parent 2370d0a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -54,7 +54,7 @@ public class Watchdog extends Thread {


    static final int MONITOR = 2718;
    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 TIME_TO_WAIT = TIME_TO_RESTART / 2;


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