--- trunk2/all2all.pl 2004/07/24 13:48:08 398 +++ trunk2/all2all.pl 2004/09/05 17:54:51 407 @@ -16,7 +16,7 @@ my $webpac = new WebPAC( code_page => 'ISO-8859-2', - limit_mfn => 100, +# limit_mfn => 100, # debug => 1, ) || die; @@ -24,6 +24,7 @@ my $index = new WebPAC::jsFind( index_path => './out/index', + keys => 80, ) || die; $|=1;