1
0
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:
Andrew Tridgell 2004-10-29 21:55:06 +00:00 committed by Gerald (Jerry) Carter
parent f8e45e1430
commit 23f4ce3a7d

View File

@ -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");