mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 06:25:33 +08:00
Increase timeout a bit (WLAN experience)
This commit is contained in:
@@ -47,7 +47,7 @@ namespace BlackMisc
|
||||
{
|
||||
int CNetworkUtils::getTimeoutMs()
|
||||
{
|
||||
return 2000;
|
||||
return 3000;
|
||||
}
|
||||
|
||||
bool CNetworkUtils::canPing(const QString &hostAddress)
|
||||
@@ -341,4 +341,4 @@ namespace BlackMisc
|
||||
return phpError.remove(regEx);
|
||||
}
|
||||
} // namespace
|
||||
} // namespacee
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user