comparison Resources/Configuration.json @ 2736:02e04783f84b

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Jul 2018 17:08:19 +0200
parents 6801f99bbc2f
children 959bd8857eb5
comparison
equal deleted inserted replaced
2735:d43c669cc93d 2736:02e04783f84b
41 // find shared libraries. Backslashes must be either escaped by 41 // find shared libraries. Backslashes must be either escaped by
42 // doubling them, or replaced by forward slashes "/". 42 // doubling them, or replaced by forward slashes "/".
43 "Plugins" : [ 43 "Plugins" : [
44 ], 44 ],
45 45
46 // Maximum number of processing jobs that are simultanously running 46 // Maximum number of processing jobs that are simultaneously running
47 // at any given time. A value of "0" indicates to use all the 47 // at any given time. A value of "0" indicates to use all the
48 // available CPU logical cores. To emulate Orthanc <= 1.3.2, set 48 // available CPU logical cores. To emulate Orthanc <= 1.3.2, set
49 // this value to "1". 49 // this value to "1".
50 "ConcurrentJobs" : 2, 50 "ConcurrentJobs" : 2,
51 51