summaryrefslogtreecommitdiff
path: root/src/fame.clj
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2010-06-23 15:57:14 -0400
committerScott Ostler <scottbot9000@gmail.com>2010-06-23 15:57:14 -0400
commit15f5a8ed8e981486697790fe9613b1c26dceda42 (patch)
tree172b66b346bb4d8d90ec255125a02576b182280d /src/fame.clj
parentc4041b4766f8afa0c462fbea2963b61bc43f0e08 (diff)
Added faving to hall of fame
Diffstat (limited to 'src/fame.clj')
-rw-r--r--src/fame.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fame.clj b/src/fame.clj
index 8f0ae4f..cd28e05 100644
--- a/src/fame.clj
+++ b/src/fame.clj
@@ -3,7 +3,7 @@
utils))
; should probably cache this to disk somewhere
-(def hall-of-fame-update-frequency (* 4 60 60))
+(def hall-of-fame-update-frequency (* 3 60 60))
(def hall-of-fame-query "
select m.created_on, m.message_id, m.content, u.nick, u.avatar, r.key, count(*)