summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2010-06-11 16:10:09 -0400
committerScott Ostler <scottbot9000@gmail.com>2010-06-11 16:10:09 -0400
commite5d4af0076d03203d275fad6871827f16e765231 (patch)
treed6e3765a926f88aa44d1ffb2d2ef2909faa9ccb8 /src
parent28edab64f0553e9218cd211d797160da12db2abf (diff)
add start! for *active-mutes*
Diffstat (limited to 'src')
-rw-r--r--src/site.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj
index 55bc0f0..3950f30 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -1108,10 +1108,11 @@ FROM users u
(start-server (options :port))
(start! *user-scores*)
(start! *user-info*)
-
+(start! *active-mutes*)
(Thread/sleep 3000) ; Delay these to reduce start-load
(start-user-flusher!)
(start-session-pruner!)
+
;(start! feed-downloader)
(start! feed-inserter)