diff --git a/src/shrpx.cc b/src/shrpx.cc index 1da6c7aa..16dce224 100644 --- a/src/shrpx.cc +++ b/src/shrpx.cc @@ -882,7 +882,10 @@ Performance: << get_config()->read_rate << R"( --read-burst= Set maximum read burst size on frontend - connection. Setting 0 does not work. + connection. Setting 0 does not work, but it is + not a problem because --read-rate=0 will give + unlimited read rate regardless of this option + value. Default: )" << get_config()->read_burst << R"( --write-rate=