nghttpx: Add some more info about prohibition of --read-burst=0
This commit is contained in:
parent
00ead22395
commit
eebd1f5492
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue