Erixonich commented on code in PR #7080:
URL: https://github.com/apache/ignite-3/pull/7080#discussion_r2573633832
##########
modules/platforms/cpp/ignite/client/ignite_client_configuration.h:
##########
@@ -47,6 +47,11 @@ class ignite_client_configuration {
*/
static constexpr std::chrono::milliseconds DEFAULT_HEARTBEAT_INTERVAL =
std::chrono::seconds(30);
+ /**
+ * Default operation
+ */
+ static constexpr std::chrono::milliseconds DEFAULT_OPERATION_TIMEOUT =
std::chrono::milliseconds(0);
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]