commit | 36b17bacd394beaa5f1446d232de9f4178a77c9d | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue May 03 11:54:21 2016 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue May 03 11:54:21 2016 +0200 |
tree | fdd2494a0ab7094a87031e67a403ad1aee94d5a6 | |
parent | 41d0bdb2f3b3ee36f8ae437b272a8fbe9e04e84a [diff] [blame] |
client session OPTIMIZE increase timeout for get-schema reply
diff --git a/src/session_client.c b/src/session_client.c index f67bbae..a7119eb 100644 --- a/src/session_client.c +++ b/src/session_client.c
@@ -215,7 +215,7 @@ return NULL; } - msg = nc_recv_reply(session, rpc, msgid, 250, 0, &reply); + msg = nc_recv_reply(session, rpc, msgid, 1000, 0, &reply); nc_rpc_free(rpc); if (msg == NC_MSG_WOULDBLOCK) { ERR("Session %u: timeout for receiving reply to a <get-schema> expired.", session->id);