LauraXia123 commented on code in PR #12621: URL: https://github.com/apache/gravitino/pull/12621#discussion_r3861423387
########## conf/gravitino.conf.template: ########## @@ -43,6 +43,17 @@ gravitino.server.webserver.threadPoolWorkQueueSize = 100 gravitino.server.webserver.requestHeaderSize = 131072 # The response header size of the built-in web server gravitino.server.webserver.responseHeaderSize = 131072 +# UI inactivity timeout in milliseconds. The UI environment variable +# NEXT_PUBLIC_IDLE_TIMEOUT_MS is used when this config is not set. +# gravitino.server.webserver.sessionIdleTimeoutMs = 900000 +# Maximum UI session duration in milliseconds, regardless of user activity. The UI environment +# variable NEXT_PUBLIC_MAX_SESSION_DURATION_MS is used when this config is not set. +# gravitino.server.webserver.sessionMaxDurationMs = 18000000 +# UI warning countdown duration in milliseconds before the inactivity timeout. The UI environment +# variable NEXT_PUBLIC_IDLE_WARNING_LEAD_MS is used when this config is not set. +# gravitino.server.webserver.sessionIdleWarningLeadMs = 60000 +# Multiple visibleConfigs are split by commas. +# gravitino.server.visibleConfigs = gravitino.server.webserver.sessionIdleTimeoutMs,gravitino.server.webserver.sessionMaxDurationMs,gravitino.server.webserver.sessionIdleWarningLeadMs 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]
