Moved RabbitMQ QoS to parameters

This commit is contained in:
Nicolas Lœuillet
2016-12-15 21:58:20 +01:00
committed by Jeremy Benoist
parent 99712e5d85
commit 881b0578e7
5 changed files with 12 additions and 8 deletions

View File

@ -48,6 +48,7 @@ Edit your ``app/config/parameters.yml`` file to edit RabbitMQ configuration. The
rabbitmq_port: 5672
rabbitmq_user: guest
rabbitmq_password: guest
rabbitmq_prefetch_count: 10 # read http://www.rabbitmq.com/consumer-prefetch.html
Enable RabbitMQ in wallabag
^^^^^^^^^^^^^^^^^^^^^^^^^^^