Default buffer sizes are actually 64k now.
This commit is contained in:
parent
c1082cee65
commit
b5b135c303
1 changed files with 2 additions and 2 deletions
|
@ -52,13 +52,13 @@ the file \fBdrivers.txt\fR.
|
|||
.BI "--read-buffer " "num"
|
||||
set read buffer size to
|
||||
.I num
|
||||
kilobytes. The default size is 16k.
|
||||
kilobytes. The default size is 64k.
|
||||
|
||||
.TP
|
||||
.BI "--write-buffer " "num"
|
||||
set write buffer size to
|
||||
.I num
|
||||
kilobytes. The default size is 16k.
|
||||
kilobytes. The default size is 64k.
|
||||
|
||||
.TP
|
||||
.BI "-i, --init-data, --init-data0 " "file"
|
||||
|
|
Loading…
Add table
Reference in a new issue