summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-07-03 19:25:15 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-07-03 19:25:15 +0000
commit3187a362c83056b1957aed75842c57f182c29dff (patch)
tree5e38e03b0e03182d357c06945647db86f212c137 /docs
parent885b42b44752249c85bb924c9ceefa5b710225da (diff)
downloadsamba-3187a362c83056b1957aed75842c57f182c29dff.tar.gz
Changed default for max mux to 50 in line with source change.
Jeremy (jallison@whistle.com)
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/smb.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5
index cbae60cc8b8..6cd888577fb 100644
--- a/docs/manpages/smb.conf.5
+++ b/docs/manpages/smb.conf.5
@@ -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)