]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/en/developer/asynchronous.rst
Moved RabbitMQ QoS to parameters
[github/wallabag/wallabag.git] / docs / en / developer / asynchronous.rst
index 5cd402310bfc28eb4214ef2f766e274d0f7a6238..2e409e4a2bcecb6e0634168cc3bd2b4c5d2fc1f7 100644 (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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^