1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Changed default for max mux to 50 in line with source change.

Jeremy (jallison@whistle.com)
(This used to be commit 3187a362c8)
This commit is contained in:
Samba Release Account 1997-07-03 19:25:15 +00:00
parent fc3901122d
commit e4619d3ead

View File

@ -1889,12 +1889,12 @@ A size of 0 means no limit.
.SS max mux (G)
This option controls the maximum number of simultaneous reads that
samba tells the client it will allow. You should never need to set this
parameter.
This option controls the maximum number of outstanding simultaneous SMB
operations that samba tells the client it will allow. You should never need
to set this parameter.
.B Default:
max mux = 2
max mux = 50
.SS max packet (G)