mirror of
https://github.com/opensim/opensim.git
synced 2026-06-29 10:35:40 +08:00
make BlockingQueue.Dequeue timeouts more coerent (just less than watchdog timeout)
This commit is contained in:
@@ -443,10 +443,9 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
{
|
||||
while (true)
|
||||
{
|
||||
aPollRequest poolreq = m_queue.Dequeue(4500);
|
||||
Watchdog.UpdateThread();
|
||||
|
||||
aPollRequest poolreq = m_queue.Dequeue(5000);
|
||||
|
||||
if (poolreq != null && poolreq.thepoll != null)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user