mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
8f8a9f0190
(This used to be commit 9f672c26d6
)
22 lines
712 B
XML
22 lines
712 B
XML
<samba:parameter name="printcap cache time"
|
|
context="G"
|
|
type="integer"
|
|
print="1" developer="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This option specifies the number of seconds before the printing
|
|
subsystem is again asked for the known printers. If the value
|
|
is greater than 60 the initial waiting time is set to 60 seconds
|
|
to allow an earlier first rescan of the printing subsystem.
|
|
</para>
|
|
|
|
<para>Setting this parameter to 0 disables any rescanning for new
|
|
or removed printers after the initial startup.
|
|
</para>
|
|
</description>
|
|
|
|
|
|
<value type="default">750</value>
|
|
<value type="example">600</value>
|
|
</samba:parameter>
|