This is an automated email from the ASF dual-hosted git repository.

jamesge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 66f9e38  Fix typo
     new b627d16  Merge pull request #729 from guohao/typo
66f9e38 is described below

commit 66f9e38ffc4a87f908ba2567e7cc1e6c892d74ee
Author: guohao <guohao...@gmail.com>
AuthorDate: Mon Apr 15 14:11:23 2019 +0800

    Fix typo
---
 src/brpc/policy/auto_concurrency_limiter.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/brpc/policy/auto_concurrency_limiter.cpp 
b/src/brpc/policy/auto_concurrency_limiter.cpp
index 17e2124..547b793 100644
--- a/src/brpc/policy/auto_concurrency_limiter.cpp
+++ b/src/brpc/policy/auto_concurrency_limiter.cpp
@@ -35,7 +35,7 @@ DEFINE_int32(auto_cl_max_sample_count, 200,
 DEFINE_double(auto_cl_sampling_interval_ms, 0.1, 
              "Interval for sampling request in auto concurrency limiter");
 DEFINE_int32(auto_cl_initial_max_concurrency, 40,
-             "Initial max concurrency for grandient concurrency limiter");
+             "Initial max concurrency for gradient concurrency limiter");
 DEFINE_int32(auto_cl_noload_latency_remeasure_interval_ms, 50000, 
              "Interval for remeasurement of noload_latency. In the period of "
              "remeasurement of noload_latency will halve max_concurrency.");


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to