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


##########
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:
   Was intentionnal as this is used only for migration purposes.



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