diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs index 422c354..5011c44 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs | |||
@@ -479,10 +479,9 @@ namespace OpenSim.Region.ClientStack.Linden | |||
479 | { | 479 | { |
480 | while (true) | 480 | while (true) |
481 | { | 481 | { |
482 | aPollRequest poolreq = m_queue.Dequeue(4500); | ||
482 | Watchdog.UpdateThread(); | 483 | Watchdog.UpdateThread(); |
483 | 484 | ||
484 | aPollRequest poolreq = m_queue.Dequeue(5000); | ||
485 | |||
486 | if (poolreq != null && poolreq.thepoll != null) | 485 | if (poolreq != null && poolreq.thepoll != null) |
487 | { | 486 | { |
488 | try | 487 | try |