morningman commented on a change in pull request #7753:
URL: https://github.com/apache/incubator-doris/pull/7753#discussion_r785302926



##########
File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java
##########
@@ -360,6 +360,12 @@
     @ConfField public static int jetty_server_acceptors = 2;
     @ConfField public static int jetty_server_selectors = 4;
     @ConfField public static int jetty_server_workers = 0;
+
+    /**
+     * session timeout,Unit: minutes
+     */
+    @ConfField public static int jetty_session_timeout = 120;

Review comment:
       ```suggestion
       @ConfField public static int jetty_session_timeout_minute = 120;
   ```




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to