Skip to content

Commit

Permalink
Merge branch 'main' into bc-8082
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro authored Sep 16, 2024
2 parents d04f1ab + 2f5ff50 commit 5773b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antivirus_service/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run(self):
self.connection = pika.BlockingConnection(params)

channel = self.connection.channel()
channel.basic_qos(1, 1)
channel.basic_qos(0, 1)
channel.queue_declare(self.amqp_queue, durable=True)
channel.queue_bind(self.amqp_queue, self.exchange)
channel.basic_consume(self.amqp_queue, self._callback)
Expand Down

0 comments on commit 5773b9a

Please sign in to comment.