diff Resources/Configuration.json @ 1590:ba0226474e22

New configuration option: "HttpTimeout" to set the default timeout for HTTP requests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Aug 2015 17:51:03 +0200
parents 95b3b0260240
children d73124f6b439
line wrap: on
line diff
--- a/Resources/Configuration.json	Wed Aug 26 17:43:00 2015 +0200
+++ b/Resources/Configuration.json	Wed Aug 26 17:51:03 2015 +0200
@@ -146,6 +146,10 @@
   //   "HttpProxy" : "proxyUser:proxyPassword@192.168.0.1:3128"
   "HttpProxy" : "",
 
+  // Set the timeout for HTTP requests issued by Orthanc (in seconds).
+  "HttpTimeout" : 10,
+
+
 
   /**
    * Advanced options