Skip to content

Commit 1494de1

Browse files
committed
print msgs
1 parent 0607cc1 commit 1494de1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ad/ADNetClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ADNetClient::ADNetClient()
1111
#ifdef _USE_ZMQNET
1212
m_context = nullptr;
1313
m_socket = nullptr;
14-
m_recv_timeout_ms = 30000;
14+
m_recv_timeout_ms = 200000; //30000;
1515
#endif
1616
}
1717

0 commit comments

Comments
 (0)