forked from the-distro/ofborg
mass-rebuilder: prefetch one
This commit is contained in:
parent
41ea789ccb
commit
5e95da489a
|
@ -70,6 +70,7 @@ fn main() {
|
||||||
}));
|
}));
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
channel.basic_prefetch(1);
|
||||||
channel.basic_consume(
|
channel.basic_consume(
|
||||||
worker::new(mrw),
|
worker::new(mrw),
|
||||||
"mass-rebuild-check-jobs",
|
"mass-rebuild-check-jobs",
|
||||||
|
|
Loading…
Reference in a new issue