# HG changeset patch # User Alain Mazy # Date 1646647089 -3600 # Node ID d7c8c8f6cffb507125842dc48f7681938b0463a8 # Parent fa6d9c7237b4f56b53ff1fd129c5f842197c5cfb removed 'LimitJobs' that is unused diff -r fa6d9c7237b4 -r d7c8c8f6cffb Sphinx/source/users/advanced-rest.rst --- a/Sphinx/source/users/advanced-rest.rst Fri Feb 25 09:34:37 2022 +0100 +++ b/Sphinx/source/users/advanced-rest.rst Mon Mar 07 10:58:09 2022 +0100 @@ -34,9 +34,7 @@ prevent the loading of jobs from the database upon the launch of Orthanc. -Note that the queue of pending jobs has a maximum size (check out the -``LimitJobs`` option). When this limit is reached, the addition of new -jobs is blocked until some job finishes. +Note that the queue of pending jobs has no size limit.