mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
ubode: revert raycasts timeout to older value
This commit is contained in:
@@ -2492,7 +2492,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
|
||||
lock (SyncObject)
|
||||
{
|
||||
m_rayCastManager.QueueRequest(req);
|
||||
if (!Monitor.Wait(SyncObject, 10000))
|
||||
if (!Monitor.Wait(SyncObject, 500))
|
||||
return null;
|
||||
else
|
||||
return ourresults;
|
||||
|
||||
Reference in New Issue
Block a user