tkuhlengel commented on code in PR #1117:
URL: https://github.com/apache/guacamole-client/pull/1117#discussion_r2516455875


##########
guacamole/src/main/java/org/apache/guacamole/rest/auth/HashTokenSessionMap.java:
##########
@@ -66,6 +66,18 @@ public class HashTokenSessionMap implements TokenSessionMap {
 
     };
 
+    /**
+     * The connection timeout for individual Guacamole connections, in minutes.
+     * If 0, connections will not be automatically terminated based on age.
+     */
+    private final IntegerGuacamoleProperty CONNECTION_TIMEOUT =
+            new IntegerGuacamoleProperty() {
+
+        @Override
+        public String getName() { return "connection-timeout"; }
+
+    };
+

Review Comment:
   `maximum-session-duration` might work as a descriptive setting name. I don't 
know if that is a similar name to a user login session, which is different. 
   
   * `maximum-connection-duration` might work.  I'll put that in for now and we 
can iterate on it.



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

Reply via email to