From 28f06bc49a4d8d69f1ea2f767863b7921d12f155 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期六, 08 五月 2021 18:30:48 +0800 Subject: [PATCH] add robust FMutex, works fine; use boost circular. --- utest/api_test.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utest/api_test.cpp b/utest/api_test.cpp index 38483eb..bd59c7f 100644 --- a/utest/api_test.cpp +++ b/utest/api_test.cpp @@ -284,7 +284,7 @@ threads.Launch(hb, &run); threads.Launch(showStatus, &run); int ncli = 10; - const uint64_t nreq = 1000 * 100; + const int64_t nreq = 1000 * 100; for (int i = 0; i < ncli; ++i) { threads.Launch(asyncRequest, nreq); } -- Gitblit v1.8.0