mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2025-02-21 10:13:19 +00:00
fix: fix ffrt num
Signed-off-by: liujiandong <liujiandong1@huawei.com>
This commit is contained in:
parent
f278f4fe46
commit
edb8a1fe2d
@ -36,7 +36,7 @@ namespace OHOS {
|
||||
namespace Telephony {
|
||||
namespace {
|
||||
const int32_t MAX_IPC_THREAD_NUM = 6;
|
||||
const int32_t MAX_FFRT_THREAD_NUM = 16;
|
||||
const int32_t MAX_FFRT_THREAD_NUM = 32;
|
||||
}
|
||||
const bool G_REGISTER_RESULT =
|
||||
SystemAbility::MakeAndRegisterAbility(DelayedSingleton<CoreService>::GetInstance().get());
|
||||
|
Loading…
x
Reference in New Issue
Block a user