comparison Resources/Configuration.json @ 2570:2e879c796ec7 jobs

JobsRegistry::SubmitAndWait(), StoreScuJob
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 May 2018 21:42:04 +0200
parents 3ec85ff48374
children 1232922c8793
comparison
equal deleted inserted replaced
2569:2af17cd5eb1f 2570:2e879c796ec7
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
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
49 // this value to "1".
50 "ConcurrentJobs" : 2,
46 51
47 52
48 /** 53 /**
49 * Configuration of the HTTP server 54 * Configuration of the HTTP server
50 **/ 55 **/