diff options
Diffstat (limited to 'lib/mauve/server.rb')
-rw-r--r-- | lib/mauve/server.rb | 2 |
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 |