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


##########
server/container/guice/memory/src/main/java/org/apache/james/modules/mailbox/MemoryMailboxModule.java:
##########
@@ -99,6 +97,7 @@ protected void configure() {
         install(new MemoryDeadLetterModule());
         install(new MemoryQuotaModule());
         install(new MemoryQuotaSearchModule());
+        install(new LuceneSearchMailboxModule());

Review Comment:
   another reason: RAM is way faster than disk for testing. 
   
   AFAIK we do use memory directory for Lucene is tests 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