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


##########
mailbox/cassandra/src/main/java/org/apache/james/mailbox/cassandra/CassandraThreadIdGuessingAlgorithm.java:
##########
@@ -48,6 +48,8 @@
 import reactor.core.publisher.Mono;
 
 public class CassandraThreadIdGuessingAlgorithm implements 
ThreadIdGuessingAlgorithm {
+    private static final boolean DISABLE_THREADS = 
Boolean.valueOf(System.getProperty("james.mailbox.threads.disable", "false"));

Review Comment:
   Should we add this for `PostgresThreadIdGuessingAlgorithm` too?



-- 
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: notifications-unsubscr...@james.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to