mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
more on culture issues
This commit is contained in:
@@ -77,6 +77,9 @@ namespace OpenSim.Server
|
||||
|
||||
public static int Main(string[] args)
|
||||
{
|
||||
Culture.SetCurrentCulture();
|
||||
Culture.SetDefaultCurrentCulture();
|
||||
|
||||
ServicePointManager.DefaultConnectionLimit = 64;
|
||||
ServicePointManager.Expect100Continue = false;
|
||||
ServicePointManager.UseNagleAlgorithm = false;
|
||||
|
||||
Reference in New Issue
Block a user