[robosignatory] Increase the prefetch value
The robosignatory is currently stuck on one failing message, this should allow it to process other messages in queue as well even when there is one bad message. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
717323a450
commit
4fdd0c9fca
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ arguments = {}
|
|||
|
||||
[qos]
|
||||
prefetch_size = 0
|
||||
prefetch_count = 1
|
||||
prefetch_count = 25
|
||||
|
||||
[log_config]
|
||||
version = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue