diff Resources/Configuration.json @ 995:8c67382f44a7 lua-scripting

limit number of jobs in the scheduler
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 03 Jul 2014 15:58:53 +0200
parents 83489fddd8c5
children 9d0c7301596e
line wrap: on
line diff
--- a/Resources/Configuration.json	Wed Jul 02 14:42:49 2014 +0200
+++ b/Resources/Configuration.json	Thu Jul 03 15:58:53 2014 +0200
@@ -169,5 +169,10 @@
 
   // The maximum number of results for a single C-FIND request at the
   // Instance level. Setting this option to "0" means no limit.
-  "LimitFindInstances" : 0
+  "LimitFindInstances" : 0,
+
+  // The maximum number of active jobs in the Orthanc scheduler. When
+  // this limit is reached, the addition of new jobs is blocked until
+  // some job finishes.
+  "LimitJobs" : 10
 }