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

--- Comment #3 from Magnus Enger <[email protected]> ---
(In reply to David Nind from comment #2)
> Is there a script or some way to automatically add a large number of holds,
> without having to manually add them?
> 
> The build_holds_queue.pl runs too quickly with only a small number of holds
> manually entered.

Maybe you could add "sleep 5;" (5 is just an example, could be higher to slow
things down even more) somewhere? build_holds_queue.pl just calls
CreateQueue(), but I'm guessing there is a loop over the holds in there
somwhere, where a little bit of sleep could slow things down.

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