summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2019-04-29 11:01:44 -0700
committerAndrew Bartlett <abartlet@samba.org>2019-05-01 03:12:07 +0000
commit5ac626e7b0565bf880d1b18a3b414bc67d8606df (patch)
tree3f92603bf938dacf5053d885b638cfc1a40b3775 /docs-xml
parent2ee72cc6154370ed78bb1113ee0c9896d106d2f8 (diff)
downloadsamba-5ac626e7b0565bf880d1b18a3b414bc67d8606df.tar.gz
smbd: Move deadtime default to parameter definition and man page
The code has a default of one week (10080 minutes) if the parameter is set to 0. Make this the public default of the parameter, instead of hiding it in the code. This change also has the code match the documentation that setting this parameter to 0 disables the check. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/tuning/deadtime.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/tuning/deadtime.xml b/docs-xml/smbdotconf/tuning/deadtime.xml
index 7c60b90d097..77e0e5f9324 100644
--- a/docs-xml/smbdotconf/tuning/deadtime.xml
+++ b/docs-xml/smbdotconf/tuning/deadtime.xml
@@ -22,6 +22,6 @@
should be performed.</para>
</description>
-<value type="default">0</value>
+<value type="default">10080</value>
<value type="example">15</value>
</samba:parameter>