From 7189135f0e8b902d7847ba360d124589c9d34083 Mon Sep 17 00:00:00 2001 From: Alex Young Date: Mon, 13 Apr 2015 10:12:13 +0100 Subject: Remove the Pop3 server from the list of startup thread classes --- lib/mauve/server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1