Attempt to make teleports more reliable. This may break redirection on login

avinationmerge
Melanie 2011-05-03 22:33:53 +02:00
parent 61263e2ce3
commit 3f7050173d
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ namespace OpenSim.Services.Connectors.Simulation
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, 30000);
if (result["Success"].AsBoolean())
return true;