plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 2e49032b852999a498b1250a503aa46ae20340ab
parent 515b6e5bffe8ac8c28015d7656ba54b9930b5e63
Author: rsc <devnull@localhost>
Date:   Tue, 18 Jan 2005 20:17:17 +0000

bigger chunking

Diffstat:
Msrc/cmd/sort.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/sort.c b/src/cmd/sort.c @@ -9,7 +9,7 @@ bugs: enum { - Nline = 100000, /* default max number of lines saved in memory */ + Nline = 500000, /* default max number of lines saved in memory */ Nmerge = 10, /* max number of temporary files merged */ Nfield = 20, /* max number of argument fields */