diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs index 03f0a04..a721454 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs | |||
@@ -204,10 +204,10 @@ namespace OpenSim.Region.ClientStack.Linden | |||
204 | { | 204 | { |
205 | while(true) | 205 | while(true) |
206 | { | 206 | { |
207 | aPollRequest poolreq = m_queue.Dequeue(1000); | 207 | aPollRequest poolreq = m_queue.Dequeue(4500); |
208 | Watchdog.UpdateThread(); | ||
208 | if(m_NumberScenes <= 0) | 209 | if(m_NumberScenes <= 0) |
209 | return; | 210 | return; |
210 | Watchdog.UpdateThread(); | ||
211 | if(poolreq.reqID != UUID.Zero) | 211 | if(poolreq.reqID != UUID.Zero) |
212 | poolreq.thepoll.Process(poolreq); | 212 | poolreq.thepoll.Process(poolreq); |
213 | } | 213 | } |