diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-12-15 21:58:20 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-12-15 22:23:28 +0100 |
commit | 881b0578e782e947706124a4e1d625a3dd3ddc1c (patch) | |
tree | cf9c44de0de17cf9fade187ad7ba8f08bce0cc2f /docs/en | |
parent | 99712e5d8509e624b2c81dfd10226babad446a23 (diff) | |
download | wallabag-881b0578e782e947706124a4e1d625a3dd3ddc1c.tar.gz wallabag-881b0578e782e947706124a4e1d625a3dd3ddc1c.tar.zst wallabag-881b0578e782e947706124a4e1d625a3dd3ddc1c.zip |
Moved RabbitMQ QoS to parameters
Diffstat (limited to 'docs/en')
-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 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |