comparison Resources/Configuration.json @ 3427:3ff4f07806eb

Set HttpTimeout to 60 sec (that is a standard value across browsers and the same as in Stone of Orthanc)
author Benjamin Golinvaux <bgo@osimis.io>
date Sat, 15 Jun 2019 18:06:08 +0000
parents f509d3c6d570
children e0e9df6e5c92
comparison
equal deleted inserted replaced
3426:00737cd21f40 3427:3ff4f07806eb
282 // whenever Orthanc makes an outgoing HTTP request. This is notably 282 // whenever Orthanc makes an outgoing HTTP request. This is notably
283 // useful to debug HTTPS-related problems. 283 // useful to debug HTTPS-related problems.
284 "HttpVerbose" : false, 284 "HttpVerbose" : false,
285 285
286 // Set the timeout for HTTP requests issued by Orthanc (in seconds). 286 // Set the timeout for HTTP requests issued by Orthanc (in seconds).
287 "HttpTimeout" : 10, 287 "HttpTimeout" : 60,
288 288
289 // Enable the verification of the peers during HTTPS requests. This 289 // Enable the verification of the peers during HTTPS requests. This
290 // option must be set to "false" if using self-signed certificates. 290 // option must be set to "false" if using self-signed certificates.
291 // Pay attention that setting this option to "false" results in 291 // Pay attention that setting this option to "false" results in
292 // security risks! 292 // security risks!