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
)
17 lines
598 B
XML
17 lines
598 B
XML
<samba:parameter name="max print jobs"
|
|
context="S"
|
|
print="1"
|
|
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>
|