update services/drm_service/server/src/drm_host_manager.cpp.

Signed-off-by: baoxy92 <baoxianyue@hisilicon.com>
This commit is contained in:
baoxy92
2024-09-26 14:34:39 +00:00
committed by Gitee
parent 5d1b435e6f
commit f0d7684348
@@ -192,6 +192,9 @@ void DrmHostManager::ProcessMessage()
}
}
}
if (!serviceThreadRunning) {
break;
}
counter -= LAZY_UNLOAD_WAIT_IN_MILMINUTES;
if (counter <= 0) {
DRM_DEBUG_LOG("ProcessMessage lazy unload start.");