!30 【OpenHarmony】【轻量级应用程序框架子系统】更改bms服务优先级

Merge pull request !30 from wangdengjia/0630
This commit is contained in:
openharmony_ci
2021-06-30 07:25:12 +00:00
committed by Gitee
@@ -92,7 +92,7 @@ BOOL BundleMgrService::ServiceMessageHandle(Service *service, Request *request)
TaskConfig BundleMgrService::GetServiceTaskConfig(Service *service)
{
TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK};
TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK};
return config;
}
} // namespace OHOS