From e1deb64e43dc0835e63ba90f33c07542c5d45f62 Mon Sep 17 00:00:00 2001 From: Mohamed Magdy Mahfouz Date: Fri, 19 Apr 2024 14:32:48 +0200 Subject: [PATCH] Remove incorrect threads doc comment --- lib/ears/consumer.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ears/consumer.rb b/lib/ears/consumer.rb index 0b8d388..0c11408 100644 --- a/lib/ears/consumer.rb +++ b/lib/ears/consumer.rb @@ -40,7 +40,6 @@ def self.use(middleware, opts = {}) # @option opts [Boolean] :error_queue (false) Whether an error queue should be provided. # @option opts [Boolean] :durable_exchange (true) Whether the exchange should be durable. # @option opts [Symbol] :exchange_type (:topic) The type of exchange to use. - # @option opts [Integer] :threads (1) The number of threads to use for this consumer. def self.configure(opts = {}) self.queue = opts.fetch(:queue) self.exchange = opts.fetch(:exchange)