1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

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
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
5 changed files with 12 additions and 8 deletions

View file

@ -47,6 +47,7 @@ Bearbeite deine ``app/config/parameters.yml``-Datei, um die RabbitMQ-Parameter z
rabbitmq_port: 5672
rabbitmq_user: guest
rabbitmq_password: guest
rabbitmq_prefetch_count: 10 # lesen http://www.rabbitmq.com/consumer-prefetch.html
RabbitMQ in wallabag aktivieren
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^