chibenwa commented on a change in pull request #550:
URL: https://github.com/apache/james-project/pull/550#discussion_r675988617



##########
File path: 
server/container/guice/cassandra/src/main/java/org/apache/james/modules/mailbox/CassandraMailboxModule.java
##########
@@ -226,7 +226,7 @@ protected void configure() {
         
cassandraDataDefinitions.addBinding().toInstance(CassandraModSeqModule.MODULE);
         
cassandraDataDefinitions.addBinding().toInstance(CassandraSubscriptionModule.MODULE);
         
cassandraDataDefinitions.addBinding().toInstance(CassandraUidModule.MODULE);
-        
cassandraDataDefinitions.addBinding().toInstance(CassandraThreadModule.MODULE);
+        
cassandraDataDefinitions.addBinding().toInstance(CassandraThreadIdGuessingModule.MODULE);

Review comment:
       Yes. To be honnest I think in some configuration supporting threads does 
not make sense.
   
   (IMAP only)
   
   Having it separated makes it easier to switch it off if needed.




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