ygerzhedovich commented on code in PR #1004:
URL: https://github.com/apache/ignite-3/pull/1004#discussion_r955052016
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/api/SessionImpl.java:
##########
@@ -70,24 +70,29 @@ public class SessionImpl implements Session {
private final int pageSize;
+ private final long sessionTimeout;
+
private final PropertiesHolder props;
/**
* Constructor.
*
* @param qryProc Query processor.
* @param pageSize Query fetch page size.
+ * @param sessionTimeoutMs Session timeout in milliseconds
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]