mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Trying to prevent old route of sending attachments, simulator version unknown maybe due to timeout. mantis #6450
This commit is contained in:
@@ -314,7 +314,7 @@ namespace OpenSim.Services.Connectors.Simulation
|
||||
|
||||
try
|
||||
{
|
||||
OSDMap result = WebUtil.ServiceOSDRequest(uri, request, "QUERYACCESS", 10000, false);
|
||||
OSDMap result = WebUtil.ServiceOSDRequest(uri, request, "QUERYACCESS", 30000, false);
|
||||
bool success = result["success"].AsBoolean();
|
||||
if (result.ContainsKey("_Result"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user