Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
Samba Server: update vendor to version 4.4.3
|
File size:
683 bytes
|
Line | |
---|
1 | <samba:parameter name="aio max threads"
|
---|
2 | type="integer"
|
---|
3 | context="G"
|
---|
4 | xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
---|
5 | <description>
|
---|
6 | <para>
|
---|
7 | The integer parameter specifies the maximum number of
|
---|
8 | threads each smbd process will create when doing parallel asynchronous IO
|
---|
9 | calls. If the number of outstanding calls is greater than this
|
---|
10 | number the requests will not be refused but go onto a queue
|
---|
11 | and will be scheduled in turn as outstanding requests complete.
|
---|
12 | </para>
|
---|
13 |
|
---|
14 | <related>aio read size</related>
|
---|
15 | <related>aio write size</related>
|
---|
16 | </description>
|
---|
17 |
|
---|
18 | <value type="default">100</value>
|
---|
19 | </samba:parameter>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.