6 Oct
2023
6 Oct
'23
8:03 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33184 --- Comment #3 from Magnus Enger <magnus@libriotech.no> --- (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.