Arsnael commented on PR #2023:
URL: https://github.com/apache/james-project/pull/2023#issuecomment-1951689560

   I'm confused here... You applying the batchSize to prefetch saying 32 might 
be too much... that implies that configration has been changed for batchSizes, 
with the assumption the user running James put it lower than 32. However, 
default batch size value in the code is defined at 200 if conf is missing in 
batchsize.properties, and also default values in the sample conf files are 
defined like this:
   
   ```
   fetch.metadata=200
   fetch.headers=200
   fetch.body=100
   fetch.full=50
   ```
   
   Wouldn't this change make things worse as is in the end?


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