From e4619d3eadfe9103be60885f5711135230b0813c Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Thu, 3 Jul 1997 19:25:15 +0000 Subject: Changed default for max mux to 50 in line with source change. Jeremy (jallison@whistle.com) (This used to be commit 3187a362c83056b1957aed75842c57f182c29dff) --- docs/manpages/smb.conf.5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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) -- cgit