bowenliang123 commented on code in PR #6587: URL: https://github.com/apache/kyuubi/pull/6587#discussion_r1726739424
########## kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala: ########## @@ -3106,6 +3106,14 @@ object KyuubiConf { .timeConf .createWithDefaultString("PT30M") + val SERVER_STALE_FILE_EXPIRATION_INTERVAL: ConfigEntry[Long] = + buildConf("kyuubi.server.stale.file.expiration.interval") + .doc("How often to trigger a file expiration clean-up for stale files") Review Comment: Is there any better suggestion for the config name ? @pan3793 -- 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: notifications-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org