diff options
| author | Scott Ostler <sbsotler@gmail.com> | 2010-11-14 13:19:49 -0800 |
|---|---|---|
| committer | Scott Ostler <sbsotler@gmail.com> | 2010-11-14 13:19:49 -0800 |
| commit | 789ed39751c17fa1aa73f3119a80403e34f0d984 (patch) | |
| tree | 65a668018f3c6ddff6599589d9890e7cfd7e5903 /src/fame.clj | |
| parent | 1179b2a2aefb6a4c15db9634cc0c9c910fea8efa (diff) | |
Disable scores/hall updating
Diffstat (limited to 'src/fame.clj')
| -rw-r--r-- | src/fame.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fame.clj b/src/fame.clj index 0732992..1baf6e0 100644 --- a/src/fame.clj +++ b/src/fame.clj @@ -2,8 +2,8 @@ (:use scheduled-agent utils)) -; should probably cache this to disk somewhere -(def hall-of-fame-update-frequency (* 5 60 60)) +; sostler: don't refresh until redis cache can be added +(def hall-of-fame-update-frequency (* 5 60 60 999999)) (def hall-of-fame-query " select m.created_on, m.message_id, m.content, u.nick, u.avatar, r.key, count(*) |
