diff --git a/js_concurrent_module/common/helper/hybrid_concurrent_helper.cpp b/js_concurrent_module/common/helper/hybrid_concurrent_helper.cpp index 330098813efd6760bf69f106956ec942c4621973..5e8b5568b7f5dbc4a9915dc13807f14befaa167c 100644 --- a/js_concurrent_module/common/helper/hybrid_concurrent_helper.cpp +++ b/js_concurrent_module/common/helper/hybrid_concurrent_helper.cpp @@ -30,7 +30,8 @@ ani_vm* ANIHelper::GetAniVm() void ANIHelper::InitializeAniVm() { - const int flag = OHOS::system::GetIntParameter("persist.commonlibrary.concurrencysupportinterop", 0); + // default support interop + const int flag = OHOS::system::GetIntParameter("persist.commonlibrary.concurrencysupportinterop", 1); globalEnableConcurrencyInteropFlag = (flag != 0); const std::string logMsg = globalEnableConcurrencyInteropFlag ? "worker and taskpool support interop."