Browse Source

switching glimpseindex back to small... it segfaults on the addons repo when making 'tiny' indexes

12 years ago
parent
commit
758b641a60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      update-search.pl

+ 1 - 1
update-search.pl

@@ -208,7 +208,7 @@ close GLIMPSEEXCLUDE;
 #XXX what does |set -e| mean?
 #system ("set -e >> $log");
 #system("time", "glimpseindex", "-H", ".", "$src_dir");
-my $cmd = "($TIME glimpseindex -n -f -B -M 128 -H . $src_dir $STDERRTOSTDOUT) >> $log";
+my $cmd = "($TIME glimpseindex -o -n -f -B -M 128 -H . $src_dir $STDERRTOSTDOUT) >> $log";
 do_and_log($cmd);
 my $mxr_dir_tmp = "$db_dir_tmp/.mxr";
 -d $mxr_dir_tmp || mkdir $mxr_dir_tmp;