diff options
Diffstat (limited to 'cmake/ipcp/ipcp.cmake')
| -rw-r--r-- | cmake/ipcp/ipcp.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/ipcp/ipcp.cmake b/cmake/ipcp/ipcp.cmake index f821f481..006e76b0 100644 --- a/cmake/ipcp/ipcp.cmake +++ b/cmake/ipcp/ipcp.cmake @@ -23,7 +23,7 @@ set(BUILD_CONTAINER FALSE CACHE BOOL "Disable thread priority setting for container compatibility") if (CMAKE_SYSTEM_NAME STREQUAL "Linux") - set(IPCP_LINUX_TIMERSLACK_NS 1000 CACHE STRING + set(IPCP_LINUX_TIMERSLACK_NS 100 CACHE STRING "Slack value for high resolution timers on Linux systems.") endif () |
