commit | fcdfda19980c8516fd0debb04e875cf079addf81 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Oct 12 11:10:21 2016 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Oct 12 11:10:21 2016 +0200 |
tree | 4ba98188736f3202b44347ff6009d324731d46e3 | |
parent | 5393d69fe19996c3b8129cf56cbbee1584ad63f9 [diff] [blame] |
client session CHANGE use READ_TIMEOUT for internal get-schema reply wait Fixes #43
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0382b2d..14f9585 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -151,7 +151,7 @@ configure_file(Doxyfile.in Doxyfile) endif() -# option - partial message read timeout in seconds +# option - partial message read timeout in seconds (also used for internal <get-schema> RPC reply wait) if(NOT READ_TIMEOUT) set(READ_TIMEOUT 30) endif()