Skip to content

Commit 08b3ffe

Browse files
Wink SavilleAndroid Git Automerger
authored andcommitted
am 16ee60a: Merge "Increase DATA_STALL_ALARM_DELAY_IN_MS_DEFAULT to 6 minutes." into ics-mr0
* commit '16ee60a5ae0336a46a417a72bca64a1a04b0fce2': Increase DATA_STALL_ALARM_DELAY_IN_MS_DEFAULT to 6 minutes.
2 parents 34bd596 + 16ee60a commit 08b3ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telephony/java/com/android/internal/telephony/DataConnectionTracker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public enum Activity {
213213
protected static final String NULL_IP = "0.0.0.0";
214214

215215
// Default for the data stall alarm
216-
protected static final int DATA_STALL_ALARM_DELAY_IN_MS_DEFAULT = 1000 * 60 * 3;
216+
protected static final int DATA_STALL_ALARM_DELAY_IN_MS_DEFAULT = 1000 * 60 * 6;
217217
// If attempt is less than this value we're doing first level recovery
218218
protected static final int DATA_STALL_NO_RECV_POLL_LIMIT = 1;
219219
// Tag for tracking stale alarms

0 commit comments

Comments
 (0)