Skip to content

Commit 97c4618

Browse files
pixelflingerAndroid (Google) Code Review
authored andcommitted
Merge "put the watchdog values back to what they should be"
2 parents 6683eb2 + cf2317e commit 97c4618

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)