nghttpx: Add some more info about prohibition of --read-burst=0

This commit is contained in:
Tatsuhiro Tsujikawa 2014-08-17 22:31:44 +09:00
parent 00ead22395
commit eebd1f5492
1 changed files with 4 additions and 1 deletions

View File

@ -882,7 +882,10 @@ Performance:
<< get_config()->read_rate << R"( << get_config()->read_rate << R"(
--read-burst=<SIZE> --read-burst=<SIZE>
Set maximum read burst size on frontend 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: )" Default: )"
<< get_config()->read_burst << R"( << get_config()->read_burst << R"(
--write-rate=<RATE> --write-rate=<RATE>