mirror of
https://github.com/flutter/packages.git
synced 2025-07-04 17:49:50 +08:00
Increase dev_finder timeout to 5 mins. (#69)
We are decreasing the retry freq to 4 secs to avoid mdns packets saturating the network.
This commit is contained in:
@ -84,8 +84,8 @@ class DevFinder {
|
||||
/// default value is false.
|
||||
Future<String> getTargetAddress(
|
||||
String deviceName, {
|
||||
int numTries = 60,
|
||||
int sleepDelay = 2,
|
||||
int numTries = 75,
|
||||
int sleepDelay = 4,
|
||||
bool nullOk = false,
|
||||
}) {
|
||||
return _runDevFinderWithRetries(
|
||||
|
Reference in New Issue
Block a user