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 /app/config/parameters.yml.dist | |
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 'app/config/parameters.yml.dist')
-rw-r--r-- | app/config/parameters.yml.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index a4dc0bde..97f51ed1 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -49,6 +49,7 @@ parameters: | |||
49 | rabbitmq_port: 5672 | 49 | rabbitmq_port: 5672 |
50 | rabbitmq_user: guest | 50 | rabbitmq_user: guest |
51 | rabbitmq_password: guest | 51 | rabbitmq_password: guest |
52 | rabbitmq_prefetch_count: 10 | ||
52 | 53 | ||
53 | # Redis processing | 54 | # Redis processing |
54 | redis_scheme: tcp | 55 | redis_scheme: tcp |