lichao
2021-05-06 0117d5f8ff386075b0c4cbec0cbe460fe3cfa680
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);
   }