mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 12:22:05 -04:00
fix the 8K number
from the upstream source: /** Default `buffer_hint` value. */
This commit is contained in:
parent
bfb479d5e3
commit
25a13a0861
1 changed files with 1 additions and 1 deletions
|
|
@ -4890,7 +4890,7 @@ badresp:1,adberr:0,findfail:0,valfail:0]
|
|||
<command>fstrm-set-buffer-hint</command>: The
|
||||
threshold number of bytes to accumulate in the output
|
||||
buffer before forcing a buffer flush. The minimum is
|
||||
1024, the maximum is 65536, and the default is 8096.
|
||||
1024, the maximum is 65536, and the default is 8192.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue