summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-02-20 22:54:23 +0000
committerAndrew Tridgell <tridge@samba.org>2002-02-20 22:54:23 +0000
commitaa56d46a0da465e4ecafb8325f014eea48cf2626 (patch)
tree5657f921762f3eda071110bd61301548ed5b25cf /source3
parentdc3584b4179f50e556013cb99db4cb3749f02550 (diff)
downloadsamba-aa56d46a0da465e4ecafb8325f014eea48cf2626.tar.gz
samba-aa56d46a0da465e4ecafb8325f014eea48cf2626.tar.bz2
samba-aa56d46a0da465e4ecafb8325f014eea48cf2626.zip
enable large readwrite by default
this should improve performance with w2k clients and seems to work fine (This used to be commit 67a3135e044b40467d0d06d271ed981768700b95)
Diffstat (limited to 'source3')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 8a9987ee1d..94391dd03c 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -1251,7 +1251,7 @@ static void init_globals(void)
Globals.pwordlevel = 0;
Globals.unamelevel = 0;
Globals.deadtime = 0;
- Globals.bLargeReadwrite = False;
+ Globals.bLargeReadwrite = True;
Globals.max_log_size = 5000;
Globals.max_open_files = MAX_OPEN_FILES;
Globals.maxprotocol = PROTOCOL_NT1;