diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/site.clj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/site.clj b/src/site.clj index 92f6eb9..4ed5d29 100644 --- a/src/site.clj +++ b/src/site.clj @@ -1290,12 +1290,12 @@ order by count desc limit ? offset ?") (load-rooms!) (start! reserved-nicks) (def server (start-server (options :port))) -(start! *user-scores*) -(start! *user-info*) (start! *active-mutes*) ; Delay the following to reduce start-load -(Thread/sleep 3000) +(Thread/sleep 15000) +(start! *user-scores*) +(start! *user-info*) (start-user-flusher!) (start-session-pruner!) (start! hall-results) |
