diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-09-05 12:23:52 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-09-05 15:01:33 +0100 |
commit | 6518bfde0d974092777522c8dd883fd498b2972c (patch) | |
tree | 2449028c26b0cd26160227cf8207bc50766112b2 /lib/tasks | |
parent | 756f68165be73e16cf67a043f2f40f2d5917ca85 (diff) |
Don't re-index body when updating stats
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/stats.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/stats.rake b/lib/tasks/stats.rake index 2a02b1716..58d6e30fb 100644 --- a/lib/tasks/stats.rake +++ b/lib/tasks/stats.rake @@ -111,6 +111,7 @@ namespace :stats do end end public_body.info_requests_overdue_count = overdue_count + very_overdue_count + public_body.no_xapian_reindex = true public_body.save! end end |