# HG changeset patch # User Benjamin Golinvaux # Date 1560621968 0 # Node ID 3ff4f07806ebfccc617d7518d119006af2f89c4f # Parent 00737cd21f4086006a8d4682a72d7b4c0251e7ae Set HttpTimeout to 60 sec (that is a standard value across browsers and the same as in Stone of Orthanc) diff -r 00737cd21f40 -r 3ff4f07806eb Resources/Configuration.json --- 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.