Revert "[robosignatory] Increase the prefetch value"
This reverts commit 4fdd0c9fca.
This causes robosignatory's priorities to not work.
We want to handle some requests before others, but if we prefetch 25 of
them, there could any mix of requests and we wouldn't process the most
important ones first.
This commit is contained in:
parent
2d28e5de7b
commit
1bf508dc18
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ arguments = {}
|
|||
|
||||
[qos]
|
||||
prefetch_size = 0
|
||||
prefetch_count = 25
|
||||
prefetch_count = 1
|
||||
|
||||
[log_config]
|
||||
version = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue