diff OrthancServer/Resources/Configuration.json @ 5119:bdec57f3cbf2

New configuration KeepAliveTimeout with a default value of 1 second
author Alain Mazy <am@osimis.io>
date Wed, 14 Dec 2022 11:50:43 +0100
parents e95fadefeb72
children f2dcdbe05884
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Fri Dec 09 12:42:17 2022 +0100
+++ b/OrthancServer/Resources/Configuration.json	Wed Dec 14 11:50:43 2022 +0100
@@ -596,6 +596,10 @@
   // Mongoose.
   "KeepAlive" : true,
 
+  // Defines the Keep-Alive timeout in seconds.
+  // (new in Orthanc 1.11.3)
+  "KeepAliveTimeout" : 1,
+
   // Enable or disable Nagle's algorithm. Only taken into
   // consideration if Orthanc is compiled to use CivetWeb. Experiments
   // show that best performance can be obtained by setting both