summaryrefslogtreecommitdiff
path: root/docs/manpages/smb.conf.5
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
commite4619d3eadfe9103be60885f5711135230b0813c (patch)
tree7ab8eef0531b09584595660fc5daea1006cd8c9b /docs/manpages/smb.conf.5
parentfc3901122d51b76b5dd5d6a798dace35760590ad (diff)
downloadsamba-e4619d3eadfe9103be60885f5711135230b0813c.tar.gz
samba-e4619d3eadfe9103be60885f5711135230b0813c.tar.bz2
samba-e4619d3eadfe9103be60885f5711135230b0813c.zip
Changed default for max mux to 50 in line with source change.
Jeremy (jallison@whistle.com) (This used to be commit 3187a362c83056b1957aed75842c57f182c29dff)
Diffstat (limited to 'docs/manpages/smb.conf.5')
-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 cbae60cc8b..6cd888577f 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)