diff options
author | Diva Canto | 2011-05-02 09:06:21 -0700 |
---|---|---|
committer | Diva Canto | 2011-05-02 09:59:28 -0700 |
commit | 6de0da6914c54de7e93666052ad070f64e451335 (patch) | |
tree | 76542e4f20eaa4542b21679bde6db7000a108ea7 | |
parent | Turns out that it's a bad idea to let Agent position updates linger for a lon... (diff) | |
download | opensim-SC_OLD-6de0da6914c54de7e93666052ad070f64e451335.zip opensim-SC_OLD-6de0da6914c54de7e93666052ad070f64e451335.tar.gz opensim-SC_OLD-6de0da6914c54de7e93666052ad070f64e451335.tar.bz2 opensim-SC_OLD-6de0da6914c54de7e93666052ad070f64e451335.tar.xz |
Oops, forgot this one.
-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"]; |