quantranhong1999 commented on code in PR #1700:
URL: https://github.com/apache/james-project/pull/1700#discussion_r1308519060


##########
server/apps/cassandra-app/src/main/java/org/apache/james/CassandraJamesServerConfiguration.java:
##########
@@ -142,6 +149,14 @@ public CassandraJamesServerConfiguration build() {
                 }
             });
 
+            boolean quotaCompatibilityMode = 
this.quotaCompatibilityMode.orElseGet(() -> {
+                try {
+                    return 
configurationProvider.getConfiguration("cassandra").getBoolean("quota.compatibility.mode",
 false);

Review Comment:
   Missing docs (xml, adoc) for this property?



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