Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66fdd84e authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 25775 into eclair

* changes:
  Fix typo in SECONDARY_DATA_RETRY_CONFIG
parents f22b7410 aad26173
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ public abstract class DataConnectionTracker extends Handler {

    /** Retry configuration for secondary networks: 4 tries in 20 sec */
    protected static final String SECONDARY_DATA_RETRY_CONFIG =
            "max_retries=3; 5000, 5000, 5000";
            "max_retries=3, 5000, 5000, 5000";

    /** Slow poll when attempting connection recovery. */
    protected static final int POLL_NETSTAT_SLOW_MILLIS = 5000;