HG: Hopefully this fixes the issues with port 80 once and for all.

This commit is contained in:
Diva Canto
2012-11-07 19:59:54 -08:00
parent 236cc1f268
commit eb273b808e
2 changed files with 23 additions and 2 deletions

View File

@@ -321,7 +321,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
args["destination_uuid"] = OSD.FromString(destination.RegionID.ToString());
args["teleport_flags"] = OSD.FromString(flags.ToString());
OSDMap result = WebUtil.PostToService(uri, args, 20000);
OSDMap result = WebUtil.PostToService(uri, args, 80000);
if (result["Success"].AsBoolean())
{
OSDMap unpacked = (OSDMap)result["_Result"];