diff options
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/misc/directorynamecachesize.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/misc/directorynamecachesize.xml b/docs-xml/smbdotconf/misc/directorynamecachesize.xml new file mode 100644 index 0000000000..1064b7e595 --- /dev/null +++ b/docs-xml/smbdotconf/misc/directorynamecachesize.xml @@ -0,0 +1,14 @@ +<samba:parameter name="directory name cache size" + context="S" + type="integer" + advanced="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para> + This parameter specifies the the size of the directory name cache. + It will be needed to turn this off for *BSD systems. + </para> + +</description> +<value type="default">100</value> +</samba:parameter> |