diff options
author | louise <louise> | 2009-04-08 11:36:30 +0000 |
---|---|---|
committer | louise <louise> | 2009-04-08 11:36:30 +0000 |
commit | 66d9acd9bd511a6441ab5461c90312fa55e418e0 (patch) | |
tree | 35aa76b5ebf3b3064ee381b99bda012906130989 /script/update-xapian-index | |
parent | 7431967ab6cc58d8ea7670ac04b6f35e817a70d9 (diff) |
Switching on verbose mode for Xapian index updating and redirecting cron output to me in order to investigate slow running of update-xapian-index
Diffstat (limited to 'script/update-xapian-index')
-rwxr-xr-x | script/update-xapian-index | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/update-xapian-index b/script/update-xapian-index index 7f38fee80..72de02575 100755 --- a/script/update-xapian-index +++ b/script/update-xapian-index @@ -1,5 +1,5 @@ #!/bin/bash cd `dirname $0` -rake --silent xapian:update_index +rake --silent verbose=true xapian:update_index |