We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34bd596 + 16ee60a commit 08b3ffeCopy full SHA for 08b3ffe
telephony/java/com/android/internal/telephony/DataConnectionTracker.java
@@ -213,7 +213,7 @@ public enum Activity {
213
protected static final String NULL_IP = "0.0.0.0";
214
215
// Default for the data stall alarm
216
- protected static final int DATA_STALL_ALARM_DELAY_IN_MS_DEFAULT = 1000 * 60 * 3;
+ protected static final int DATA_STALL_ALARM_DELAY_IN_MS_DEFAULT = 1000 * 60 * 6;
217
// If attempt is less than this value we're doing first level recovery
218
protected static final int DATA_STALL_NO_RECV_POLL_LIMIT = 1;
219
// Tag for tracking stale alarms
0 commit comments