aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/server.rb
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-07-19 22:42:32 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-07-19 22:42:32 +0100
commitb73a3d23d6dab0e3913b2bb0f02c9d4aab5d9aa4 (patch)
tree8795bc0a4dd442e262af15b23206f159943409db /lib/mauve/server.rb
parentf06498979074a7938a19bf3d430ada4878dcb03c (diff)
Rejigged threading around the notifier, and start/stop order for the server.
Diffstat (limited to 'lib/mauve/server.rb')
-rw-r--r--lib/mauve/server.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mauve/server.rb b/lib/mauve/server.rb
index f9ea769..57ddca8 100644
--- a/lib/mauve/server.rb
+++ b/lib/mauve/server.rb
@@ -30,7 +30,7 @@ module Mauve
#
# This is the order in which the threads should be started.
#
- THREAD_CLASSES = [UDPServer, HTTPServer, Processor, Notifier, Timer]
+ THREAD_CLASSES = [UDPServer, HTTPServer, Processor, Timer, Notifier]
attr_accessor :web_interface
attr_reader :stopped_at, :started_at, :initial_sleep, :packet_buffer, :notification_buffer