Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
argha-c committed Jul 14, 2023
1 parent 8955988 commit 8ab9a64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private int getCorePoolSizeMax() {
if (propSize > 0) {
return propSize;
}
return getCorePoolSize(); // default to a single refresher thread
return getCorePoolSize(); // default to a fixed size thread pool
}
}

Expand Down

0 comments on commit 8ab9a64

Please sign in to comment.