mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
6fdffc826d
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
16 lines
599 B
XML
16 lines
599 B
XML
<samba:parameter name="max print jobs"
|
|
context="S"
|
|
type="integer"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This parameter limits the maximum number of
|
|
jobs allowable in a Samba printer queue at any given moment.
|
|
If this number is exceeded, <citerefentry><refentrytitle>smbd</refentrytitle>
|
|
<manvolnum>8</manvolnum></citerefentry> will remote "Out of Space" to the client.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">1000</value>
|
|
<value type="example">5000</value>
|
|
</samba:parameter>
|