Skip to content

Commit

Permalink
Update TestNonBlockingStore.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mgamanho authored Sep 25, 2024
1 parent 2adb74a commit e2aa526
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public ExecutorService ensureExecutorService()
{
if (m_executorService == null)
{
m_executorService = Executors.newFixedThreadPool(200);
m_executorService = Executors.newFixedThreadPool(20);
}

return m_executorService;
Expand Down

0 comments on commit e2aa526

Please sign in to comment.