comparison Sphinx/source/users/advanced-rest.rst @ 821:d7c8c8f6cffb

removed 'LimitJobs' that is unused
author Alain Mazy <am@osimis.io>
date Mon, 07 Mar 2022 10:58:09 +0100
parents 01fa632daae9
children e95713f90614
comparison
equal deleted inserted replaced
820:fa6d9c7237b4 821:d7c8c8f6cffb
32 of pending tasks or resumed if they were being processed when Orthanc 32 of pending tasks or resumed if they were being processed when Orthanc
33 stopped. The command-line option ``--no-jobs`` can also be used to 33 stopped. The command-line option ``--no-jobs`` can also be used to
34 prevent the loading of jobs from the database upon the launch of 34 prevent the loading of jobs from the database upon the launch of
35 Orthanc. 35 Orthanc.
36 36
37 Note that the queue of pending jobs has a maximum size (check out the 37 Note that the queue of pending jobs has no size limit.
38 ``LimitJobs`` option). When this limit is reached, the addition of new
39 jobs is blocked until some job finishes.
40 38
41 39
42 40
43 .. _jobs-synchronicity: 41 .. _jobs-synchronicity:
44 42