diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-12-16 08:20:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-16 08:20:50 +0100 |
commit | 57e629e154749a7e5e9787f05590073ca21e53f5 (patch) | |
tree | a165b882965fd3c02e37a85a661d683197bc4f6f /docs/en/developer/asynchronous.rst | |
parent | be8033bf12b8545183870325755df0a2ffc80f8b (diff) | |
parent | 881b0578e782e947706124a4e1d625a3dd3ddc1c (diff) | |
download | wallabag-57e629e154749a7e5e9787f05590073ca21e53f5.tar.gz wallabag-57e629e154749a7e5e9787f05590073ca21e53f5.tar.zst wallabag-57e629e154749a7e5e9787f05590073ca21e53f5.zip |
Merge pull request #2690 from wallabag/improve-rmq-config
Added QoS for RabbitMQ
Diffstat (limited to 'docs/en/developer/asynchronous.rst')
-rw-r--r-- | docs/en/developer/asynchronous.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/en/developer/asynchronous.rst b/docs/en/developer/asynchronous.rst index 5cd40231..2e409e4a 100644 --- a/docs/en/developer/asynchronous.rst +++ b/docs/en/developer/asynchronous.rst | |||
@@ -48,6 +48,7 @@ Edit your ``app/config/parameters.yml`` file to edit RabbitMQ configuration. The | |||
48 | rabbitmq_port: 5672 | 48 | rabbitmq_port: 5672 |
49 | rabbitmq_user: guest | 49 | rabbitmq_user: guest |
50 | rabbitmq_password: guest | 50 | rabbitmq_password: guest |
51 | rabbitmq_prefetch_count: 10 # read http://www.rabbitmq.com/consumer-prefetch.html | ||
51 | 52 | ||
52 | Enable RabbitMQ in wallabag | 53 | Enable RabbitMQ in wallabag |
53 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 54 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |