diff 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
line wrap: on
line diff
--- a/Resources/Configuration.json	Fri Jun 14 17:52:36 2019 +0200
+++ b/Resources/Configuration.json	Sat Jun 15 18:06:08 2019 +0000
@@ -284,7 +284,7 @@
   "HttpVerbose" : false,
 
   // Set the timeout for HTTP requests issued by Orthanc (in seconds).
-  "HttpTimeout" : 10,
+  "HttpTimeout" : 60,
 
   // Enable the verification of the peers during HTTPS requests. This
   // option must be set to "false" if using self-signed certificates.