aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlex Young <alex@bytemark.co.uk>2015-04-13 10:12:13 +0100
committerAlex Young <alex@bytemark.co.uk>2015-04-13 10:12:13 +0100
commit7189135f0e8b902d7847ba360d124589c9d34083 (patch)
treea8dd9917837f559002d7d19c2b300b1d35a60a8c /lib
parent2a2d7f24ba78bba32451305c59fe808f89170930 (diff)
Remove the Pop3 server from the list of startup thread classes
Diffstat (limited to 'lib')
-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 56bf973..a212695 100644
--- a/lib/mauve/server.rb
+++ b/lib/mauve/server.rb
@@ -23,7 +23,7 @@ module Mauve
#
# This is the order in which the threads should be started.
#
- THREAD_CLASSES = [UDPServer, HTTPServer, Pop3Server, Processor, Notifier, Heartbeat]
+ THREAD_CLASSES = [UDPServer, HTTPServer, Processor, Notifier, Heartbeat]
attr_reader :hostname, :database, :initial_sleep
attr_reader :packet_buffer, :notification_buffer, :started_at