mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-23 07:50:24 +00:00
fix: rectify the SEDNREQUEST_TIMES
Signed-off-by: jason <jialinbo@huawei.com>
This commit is contained in:
parent
4c4eac8c11
commit
016b56db64
@ -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