diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-12-03 18:00:43 -0500 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-12-03 18:00:43 -0500 |
| commit | 4ccea08b8edbd3440f23cee2730a62d4013dc6e0 (patch) | |
| tree | 4ec5b32b9719c9fbdc629b06f324f43a1c0a9f62 /src/fame.clj | |
| parent | 13541b84837c8f360e2ae825d81ae489691b9e14 (diff) | |
| parent | 59af476f7d0c29319931102f05b7b6da63c5ee54 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
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(*) |
