Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-client/pull/161#discussion_r120277002
--- Diff:
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/src/main/java/org/apache/guacamole/auth/postgresql/PostgreSQLGuacamoleProperties.java
---
@@ -157,6 +157,15 @@ private PostgreSQLGuacamoleProperties() {}
};
+ public static final IntegerGuacamoleProperty
+ POSTGRESQL_DEFAULT_CONNECTION_WEIGHT =
--- End diff --
As with the this property's MySQL cousin, if not used - should remove. If
we do want this, then it will need to be documented with a JavaDoc comment like
the other one.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---