diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-07-03 19:25:15 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-07-03 19:25:15 +0000 |
commit | e4619d3eadfe9103be60885f5711135230b0813c (patch) | |
tree | 7ab8eef0531b09584595660fc5daea1006cd8c9b | |
parent | fc3901122d51b76b5dd5d6a798dace35760590ad (diff) | |
download | samba-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)
-rw-r--r-- | docs/manpages/smb.conf.5 | 8 |
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) |