Mercurial > hg > orthanc
comparison Resources/Configuration.json @ 3126:b1787ba94eef
fix issue #32 (HTTP keep-alive), make CivetWeb the default HTTP server
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 16 Jan 2019 09:52:05 +0100 |
parents | 095193bbd7b9 |
children | 5a3b961e9524 |
comparison
equal
deleted
inserted
replaced
3123:58ea4ef84c92 | 3126:b1787ba94eef |
---|---|
344 // "/exports". Setting this option to "false" is useful to prevent | 344 // "/exports". Setting this option to "false" is useful to prevent |
345 // the index to grow indefinitely in auto-routing tasks (this is the | 345 // the index to grow indefinitely in auto-routing tasks (this is the |
346 // default behavior since Orthanc 1.4.0). | 346 // default behavior since Orthanc 1.4.0). |
347 "LogExportedResources" : false, | 347 "LogExportedResources" : false, |
348 | 348 |
349 // Enable or disable HTTP Keep-Alive (deprecated). Set this option | 349 // Enable or disable HTTP Keep-Alive (persistent HTTP |
350 // to "true" only in the case of high HTTP loads. | 350 // connections). Setting this option to "true" prevents Orthanc |
351 "KeepAlive" : false, | 351 // issue #32 ("HttpServer does not support multiple HTTP requests in |
352 // the same TCP stream"), but can slow down HTTP clients that do not | |
353 // support persistent connections. The default behavior used to be | |
354 // "false" in Orthanc <= 1.5.1. | |
355 "KeepAlive" : true, | |
352 | 356 |
353 // If this option is set to "false", Orthanc will run in index-only | 357 // If this option is set to "false", Orthanc will run in index-only |
354 // mode. The DICOM files will not be stored on the drive. Note that | 358 // mode. The DICOM files will not be stored on the drive. Note that |
355 // this option might prevent the upgrade to newer versions of Orthanc. | 359 // this option might prevent the upgrade to newer versions of Orthanc. |
356 "StoreDicom" : true, | 360 "StoreDicom" : true, |