Skip to content

Commit

Permalink
fix typos after previous pr (#702)
Browse files Browse the repository at this point in the history
Signed-off-by: rkhapov <[email protected]>
Co-authored-by: rkhapov <[email protected]>
  • Loading branch information
rkhapov and rkhapov authored Oct 15, 2024
1 parent 2875a71 commit 0037260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ corresponding connection.

When the value is negaive, the default system user timeout will be used.

When no value or 0 is provided `floor(keepalive + keepalive_keep_interval * keepalive_probes - 0.5)` is used.
When no value or 0 is provided `1000 * (keepalive + keepalive_keep_interval * keepalive_probes) - 500` is used.

`keepalive_usr_timeout 7`

Expand Down
2 changes: 1 addition & 1 deletion stress/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if(THREADS_HAVE_PTHREAD_ARG)
set_property(TARGET ${od_stress_binary} PROPERTY INTERFACE_COMPILE_OPTIONS "-pthread")
endif()

target_link_libraries(${od_stress_binary} ${od_libraries} ${CMAKE_THREAD_LIBS_INIT} m)
target_link_libraries(${od_stress_binary} ${od_libraries} ${CMAKE_THREAD_LIBS_INIT})

if (BUILD_COMPRESSION)
target_link_libraries(${od_stress_binary} ${compression_libraries})
Expand Down

0 comments on commit 0037260

Please sign in to comment.