mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r3375: changed the default max xmit until I fix a problem with the SMBtrans multi-part code
A higher max xmit avoids multi-part trans requests
This commit is contained in:
parent
f8e45e1430
commit
23f4ce3a7d
@ -939,7 +939,7 @@ static void init_globals(void)
|
||||
do_parameter("load printers", "True");
|
||||
|
||||
do_parameter("max mux", "50");
|
||||
do_parameter("max xmit", "4356");
|
||||
do_parameter("max xmit", "65535");
|
||||
do_parameter("lpqcachetime", "10");
|
||||
do_parameter("DisableSpoolss", "False");
|
||||
do_parameter("password level", "0");
|
||||
|
Loading…
Reference in New Issue
Block a user