https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28833

--- Comment #19 from Kyle M Hall <[email protected]> ---
(In reply to David Cook from comment #17)
> Comment on attachment 123689 [details] [review]
> Bug 28833: Speed up holds queue builder via parallel processing
> 
> Review of attachment 123689 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: 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?

Good catch! I've fixed that issue and squashed the patches down for ease of
use.

-- 
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/

Reply via email to