Reset URL list and adjusted timeouts for for bootstrap file. Also avoid problems when shutting down.

This commit is contained in:
Klaus Basan
2018-04-09 22:49:57 +02:00
committed by Roland Winklmeier
parent 631ffdb191
commit e1421622b1
3 changed files with 8 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ namespace BlackMisc
{
int CNetworkUtils::getTimeoutMs()
{
return 3000;
return 5000;
}
int CNetworkUtils::getLongTimeoutMs()