mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-23 07:50:24 +00:00
!1222 fix: 修改SEDNREQUEST_TIMES常量值
Merge pull request !1222 from jialinbo/master
This commit is contained in:
commit
72d172ab1f
@ -39,7 +39,7 @@ namespace OHOS {
|
||||
using namespace OHOS::HiviewDFX;
|
||||
|
||||
constexpr int32_t MAX_RECURSIVE_SENDS = 5;
|
||||
constexpr int32_t SEDNREQUEST_TIMES = 50000;
|
||||
constexpr int32_t SEDNREQUEST_TIMES = 2000;
|
||||
constexpr int32_t NUMBER_OF_THREADS = 20;
|
||||
|
||||
void TestServiceStub::InitMessageProcessMap()
|
||||
|
Loading…
Reference in New Issue
Block a user