diff options
author | Diva Canto | 2011-05-02 09:06:21 -0700 |
---|---|---|
committer | Diva Canto | 2011-05-02 09:06:21 -0700 |
commit | 51d0b8b4e9179d5dbfd289a34e7103d2889c4b71 (patch) | |
tree | 7b0235ece32381ab2cc6850fe58d41acc4bb6910 /OpenSim/Services/Connectors/Hypergrid | |
parent | Turns out that it's a bad idea to let Agent position updates linger for a lon... (diff) | |
download | opensim-SC_OLD-51d0b8b4e9179d5dbfd289a34e7103d2889c4b71.zip opensim-SC_OLD-51d0b8b4e9179d5dbfd289a34e7103d2889c4b71.tar.gz opensim-SC_OLD-51d0b8b4e9179d5dbfd289a34e7103d2889c4b71.tar.bz2 opensim-SC_OLD-51d0b8b4e9179d5dbfd289a34e7103d2889c4b71.tar.xz |
Oops, forgot this one.
Diffstat (limited to 'OpenSim/Services/Connectors/Hypergrid')
-rw-r--r-- | OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs b/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs index 8ab323a..0430ef6 100644 --- a/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs +++ b/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs | |||
@@ -314,7 +314,7 @@ namespace OpenSim.Services.Connectors.Hypergrid | |||
314 | args["destination_uuid"] = OSD.FromString(destination.RegionID.ToString()); | 314 | args["destination_uuid"] = OSD.FromString(destination.RegionID.ToString()); |
315 | args["teleport_flags"] = OSD.FromString(flags.ToString()); | 315 | args["teleport_flags"] = OSD.FromString(flags.ToString()); |
316 | 316 | ||
317 | OSDMap result = WebUtil.PostToService(uri,args); | 317 | OSDMap result = WebUtil.PostToService(uri, args, 20000); |
318 | if (result["Success"].AsBoolean()) | 318 | if (result["Success"].AsBoolean()) |
319 | { | 319 | { |
320 | OSDMap unpacked = (OSDMap)result["_Result"]; | 320 | OSDMap unpacked = (OSDMap)result["_Result"]; |