summaryrefslogtreecommitdiff
path: root/src/fame.clj
diff options
context:
space:
mode:
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 cd28e05..0732992 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 (* 3 60 60))
+(def hall-of-fame-update-frequency (* 5 60 60))
(def hall-of-fame-query "
select m.created_on, m.message_id, m.content, u.nick, u.avatar, r.key, count(*)