mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
992f1e6b8f
add the 5 missing chapters from the HOWTO and add jht's Samba by Example book. (This used to be commit 9fb5bcb93e57c5162b3ee6f9c7d777dc0269d100)
15 lines
590 B
XML
15 lines
590 B
XML
<samba:parameter name="getwd cache"
|
|
context="G"
|
|
developer="1"
|
|
xmlns:samba="http://samba.org/common">
|
|
<description>
|
|
<para>This is a tuning option. When this is enabled a
|
|
caching algorithm will be used to reduce the time taken for getwd()
|
|
calls. This can have a significant impact on performance, especially
|
|
when the <link linkend="WIDELINKS"><parameter moreinfo="none">wide links</parameter>
|
|
</link> parameter is set to <constant>no</constant>.</para>
|
|
</description>
|
|
|
|
<value type="default">yes</value>
|
|
</samba:parameter>
|