Skip to content

Commit cf2317e

Browse files
committed
put the watchdog values back to what they should be
Change-Id: I4f394248c2f4c514f74b66fde3cb69bbed9ec796
1 parent 2370d0a commit cf2317e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/java/com/android/server/Watchdog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class Watchdog extends Thread {
5454

5555
static final int MONITOR = 2718;
5656

57-
static final int TIME_TO_RESTART = DB ? 15*1000000 : 60*1000000;
57+
static final int TIME_TO_RESTART = DB ? 15*1000 : 60*1000;
5858
static final int TIME_TO_WAIT = TIME_TO_RESTART / 2;
5959

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

0 commit comments

Comments
 (0)