Skip to content

Commit

Permalink
Update ShaclSail.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme authored Aug 26, 2024
1 parent bd70621 commit 2319564
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ public void setBaseSail(Sail baseSail) {
@Experimental
protected RevivableExecutorService getExecutorService() {
return new RevivableExecutorService(
// Does refactoring this cause tests to hang?
// Refactoring this causes tests to hang forever
// (https://github.com/ponder-lab/rdf4j/actions/runs/10561618648/job/29257740868)
() -> Executors.newFixedThreadPool(AVAILABLE_PROCESSORS,
r -> {
Thread t = Executors.defaultThreadFactory().newThread(r);
Expand Down

0 comments on commit 2319564

Please sign in to comment.