summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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)