!1222 fix: 修改SEDNREQUEST_TIMES常量值

Merge pull request !1222 from jialinbo/master
This commit is contained in:
openharmony_ci 2024-07-16 09:10:07 +00:00 committed by Gitee
commit 72d172ab1f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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()