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 23ec141..a367426 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs | |||
@@ -443,10 +443,9 @@ namespace OpenSim.Region.ClientStack.Linden | |||
443 | { | 443 | { |
444 | while (true) | 444 | while (true) |
445 | { | 445 | { |
446 | aPollRequest poolreq = m_queue.Dequeue(4500); | ||
446 | Watchdog.UpdateThread(); | 447 | Watchdog.UpdateThread(); |
447 | 448 | ||
448 | aPollRequest poolreq = m_queue.Dequeue(5000); | ||
449 | |||
450 | if (poolreq != null && poolreq.thepoll != null) | 449 | if (poolreq != null && poolreq.thepoll != null) |
451 | { | 450 | { |
452 | try | 451 | try |