https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28833
--- Comment #17 from David Cook <[email protected]> --- Comment on attachment 123689 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=123689 Bug 28833: Speed up holds queue builder via parallel processing Review of attachment 123689: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=28833&attachment=123689) ----------------------------------------------------------------- ::: C4/HoldsQueue.pm @@ +210,5 @@ > + > + DATA_LOOP: > + foreach my $chunk (@chunks) { > + my $pid = $pm->start and next DATA_LOOP; > + _ProcessBiblios($chunk); I notice that the other _ProcessBiblios has arguments for $branches_to_use and $transport_cost_matrix. I'm guessing those should be included here too? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
