comparison OrthancFramework/Resources/CMake/CivetwebConfiguration.cmake @ 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 030cd210845e
children 0ea402b4d901
comparison
equal deleted inserted replaced
5118:030cd210845e 5119:bdec57f3cbf2
138 ) 138 )
139 endif() 139 endif()
140 140
141 unset(CMAKE_REQUIRED_LIBRARIES) # This reset must be after "CHECK_LIBRARY_EXISTS" 141 unset(CMAKE_REQUIRED_LIBRARIES) # This reset must be after "CHECK_LIBRARY_EXISTS"
142 endif() 142 endif()
143
144
145 # New in Orthanc 1.8.1
146 add_definitions(
147 -DCIVETWEB_KEEP_ALIVE_TIMEOUT_SECONDS=10
148 )