Mercurial > hg > orthanc
changeset 5118:030cd210845e
increased HTTP Server Keep-Alive to 10 seconds (was 1)
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 09 Dec 2022 12:42:17 +0100 |
parents | 849000df79b6 |
children | bdec57f3cbf2 |
files | OrthancFramework/Resources/CMake/CivetwebConfiguration.cmake |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/CivetwebConfiguration.cmake Fri Dec 02 15:32:53 2022 +0100 +++ b/OrthancFramework/Resources/CMake/CivetwebConfiguration.cmake Fri Dec 09 12:42:17 2022 +0100 @@ -144,5 +144,5 @@ # New in Orthanc 1.8.1 add_definitions( - -DCIVETWEB_KEEP_ALIVE_TIMEOUT_SECONDS=1 + -DCIVETWEB_KEEP_ALIVE_TIMEOUT_SECONDS=10 )