https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32558 --- Comment #42 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to David Cook from comment #39)
(In reply to Marcel de Rooy from comment #34)
+Max processes will be set from the command line option, the environment variable MAX_PROCESSES, or the koha-conf file, in that order of precedence. +By default the script will only run one job at a time.
I think this is not needed. Confusing too. It is already simpler if we remove the koha-conf option here. I would opt for commandline option or default 1. Setting MAX_PROCESSES or --max_processes is the same amount of work?
If you wanted to set different options for different instances, koha-conf would be the only option that would work.
Okay. That would be an easier solution for that scenario. (We could even add a pref, haha.) If it will be really used like that, is still a question for me though. So, lets keep all options then, no blocker. -- You are receiving this mail because: You are watching all bug changes.