mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:07:08 +08:00
Merge branch 'master' into httptests
This commit is contained in:
@@ -82,8 +82,7 @@ namespace OpenSim.Server
|
||||
ServicePointManager.UseNagleAlgorithm = false;
|
||||
ServicePointManager.ServerCertificateValidationCallback = ValidateServerCertificate;
|
||||
|
||||
try { ServicePointManager.DnsRefreshTimeout = 120000; } // just is case some mono decides to have it infinity
|
||||
catch { }
|
||||
try { ServicePointManager.DnsRefreshTimeout = 300000; } catch { }
|
||||
|
||||
m_Server = new HttpServerBase("R.O.B.U.S.T.", args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user