Hello!
I was looking what does the “LimitJobs” parameter do. Checking on the sample config I don’t see it, but in an old entry it says that it’s used for limiting the concurrent jobs. Now, there is the ConcurrentJobs paramter, did it replaced the LimitJobs? If I have both, do they overwritte each other?
Thanks in advance for any help
Hello,
The LimitJobs
has actually been removed from the documentation in 1.10.1 but it was actually useless since 1.4.0
* Removed the "LimitJobs" configuration that is not used anymore since
the new JobEngine has been introduced (in Orthanc 1.4.0). The
pending list of jobs is unlimited.
So you can remove it from your configuration since it is not taken into account by Orthanc.
Cheers,
Alain
1 Like