mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
change servicePoint dns expire also to 5min, let the endpoints expire slide. This should reduce impact of absurd dns fails observed on my test ubuntu VM
This commit is contained in:
@@ -59,8 +59,7 @@ namespace OpenSim.Server
|
||||
ServicePointManager.Expect100Continue = false;
|
||||
ServicePointManager.UseNagleAlgorithm = false;
|
||||
|
||||
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