more on culture issues

This commit is contained in:
UbitUmarov
2018-09-27 19:04:11 +01:00
parent 37dcb8722c
commit 5a0c9c2fcf
3 changed files with 18 additions and 1 deletions

View File

@@ -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;