DonalEvans commented on a change in pull request #5862:
URL: https://github.com/apache/geode/pull/5862#discussion_r552148174



##########
File path: 
geode-core/src/main/java/org/apache/geode/distributed/internal/OperationExecutors.java
##########
@@ -26,7 +26,7 @@
  */
 public interface OperationExecutors {
   int MAX_THREADS =
-      Integer.getInteger("DistributionManager.MAX_THREADS", 100);
+      Integer.getInteger("DistributionManager.MAX_THREADS", 300);

Review comment:
       Having talked to some other people with more hands-on experience with 
hitting the limit currently set by `MAX_THREADS`, a value of 1000 was decided 
to be more appropriate. The PR has been updated to reflect this.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to