chibenwa commented on code in PR #2738:
URL: https://github.com/apache/james-project/pull/2738#discussion_r2127956196
##########
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:
Yes please feel free
--
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]