diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs index 8ef943c..ce9798b 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | |||
@@ -415,10 +415,10 @@ namespace OpenSim.Region.ClientStack.Linden | |||
415 | { | 415 | { |
416 | while (true) | 416 | while (true) |
417 | { | 417 | { |
418 | aPollRequest poolreq = m_queue.Dequeue(2000); | 418 | aPollRequest poolreq = m_queue.Dequeue(4500); |
419 | Watchdog.UpdateThread(); | ||
419 | if(m_NumberScenes <= 0) | 420 | if(m_NumberScenes <= 0) |
420 | return; | 421 | return; |
421 | Watchdog.UpdateThread(); | ||
422 | if(poolreq.reqID != UUID.Zero) | 422 | if(poolreq.reqID != UUID.Zero) |
423 | poolreq.thepoll.Process(poolreq); | 423 | poolreq.thepoll.Process(poolreq); |
424 | } | 424 | } |