am 66fdd84e: Merge change 25775 into eclair
Merge commit '66fdd84e28a0619b7981ca00f2f2cd7681dbc82d' into eclair-plus-aosp * commit '66fdd84e28a0619b7981ca00f2f2cd7681dbc82d': Fix typo in SECONDARY_DATA_RETRY_CONFIG
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user