send a watchdog heartbeat for a poll worker thread when it's actually run

0.7.2-post-fixes
Justin Clark-Casey (justincc) 2011-11-15 22:20:44 +00:00
parent 85170f5d5d
commit f7b5d17aa2
1 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,9 @@ namespace OpenSim.Framework.Servers.HttpServer
while (m_running)
{
PollServiceHttpRequest req = m_request.Dequeue();
Watchdog.UpdateThread();
try
{
if (req.PollServiceArgs.HasEvents(req.RequestID, req.PollServiceArgs.Id))