mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Attempt to make teleports more reliable. This may break redirection on login
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user