You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2020/03/27 08:38:14 UTC

[GitHub] [jena] kinow commented on a change in pull request #718: JENA-1871: Check and limit the interval for ActionSleep.

kinow commented on a change in pull request #718: JENA-1871: Check and limit the interval for ActionSleep.
URL: https://github.com/apache/jena/pull/718#discussion_r399101415
 
 

 ##########
 File path: jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/async/AsyncPool.java
 ##########
 @@ -34,10 +35,16 @@
     // Number of finished tasks kept.
     private static int MAX_FINISHED = 20;
 
-    // See Executors.newCachedThreadPool and Executors.newFixedThreadPool
+    // A ThreadPoolExecutor with
+    // * 0 to nMaxThreads
+    // * no queue of waiting tasks 9tasks execute or are rejected)
 
 Review comment:
   s/9tasks/(tasks

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org