Merge branch 'master' into httptests

This commit is contained in:
UbitUmarov
2017-05-27 05:47:05 +01:00
20 changed files with 197 additions and 208 deletions

View File

@@ -479,10 +479,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