diff options
Diffstat (limited to 'src/fame.clj')
| -rw-r--r-- | src/fame.clj | 2 |
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(*) |
