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