timothy65535 commented on a change in pull request #1023:
URL: https://github.com/apache/incubator-kyuubi/pull/1023#discussion_r706553045
##########
File path:
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala
##########
@@ -868,6 +868,13 @@ object KyuubiConf {
.booleanConf
.createWithDefault(true)
+ val ENGINE_UI_SESSION_LIMIT: ConfigEntry[Int] =
+ buildConf("engine.ui.retainedSessions")
+ .doc("The number of SQL client sessions kept in the Kyuubi Query Engine
web UI.")
+ .version("1.4.0")
+ .intConf
Review comment:
make sense.
--
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]