mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
no all mono versions know DnsRefreshTimeout
This commit is contained in:
@@ -79,7 +79,8 @@ namespace OpenSim
|
||||
else
|
||||
{
|
||||
ServicePointManager.DefaultConnectionLimit = 12;
|
||||
ServicePointManager.DnsRefreshTimeout = 120000; // just is case crazy mono decides to have it infinity
|
||||
try { ServicePointManager.DnsRefreshTimeout = 120000; } // just is case crazy some mono decides to have it infinity
|
||||
catch { }
|
||||
}
|
||||
|
||||
ServicePointManager.Expect100Continue = false;
|
||||
|
||||
Reference in New Issue
Block a user