# HG changeset patch # User Sebastien Jodogne # Date 1531494499 -7200 # Node ID 02e04783f84bfda5e5e281d58f61a057d884df78 # Parent d43c669cc93d08c9d092956071b7a99d8648769b typo diff -r d43c669cc93d -r 02e04783f84b NEWS --- a/NEWS Fri Jul 13 15:47:33 2018 +0200 +++ b/NEWS Fri Jul 13 17:08:19 2018 +0200 @@ -10,7 +10,7 @@ * New advanced job engine * New configuration options: - - "ConcurrentJobs": Max number of jobs that are simultanously running + - "ConcurrentJobs": Max number of jobs that are simultaneously running - "SynchronousCMove": Whether to run DICOM C-Move operations synchronously - "JobsHistorySize": Max number of completed jobs that are kept in memory * New metadata automatically computed at the instance level: diff -r d43c669cc93d -r 02e04783f84b Resources/Configuration.json --- a/Resources/Configuration.json Fri Jul 13 15:47:33 2018 +0200 +++ b/Resources/Configuration.json Fri Jul 13 17:08:19 2018 +0200 @@ -43,7 +43,7 @@ "Plugins" : [ ], - // Maximum number of processing jobs that are simultanously running + // Maximum number of processing jobs that are simultaneously running // at any given time. A value of "0" indicates to use all the // available CPU logical cores. To emulate Orthanc <= 1.3.2, set // this value to "1".