1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

Remove the docs for "open files database hash size"

Where should I document the tdb_hashsize:<tdbname> parameter?
(This used to be commit 5b498a7d314f368e204d878500a785747037451a)
This commit is contained in:
Volker Lendecke 2007-08-09 14:47:33 +00:00 committed by Gerald W. Carter
parent 1b9fc709f5
commit bd3d5deb29

View File

@ -1,16 +0,0 @@
<samba:parameter name="open files database hash size"
type="integer"
context="G"
developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This parameter was added in Samba 3.0.23. This is an internal tuning parameter that sets
the hash size of the tdb used for the open file databases. The presence of this parameter
allows tuning of the system for very large (thousands of concurrent users) Samba setups.
The default setting of this parameter should be sufficient for most normal environments.
It is advised not to change this parameter unless advised to by a Samba Team member.</para>
</description>
<value type="default">10007</value>
<value type="example">1338457</value>
</samba:parameter>