Skip to content

Commit

Permalink
Bring the thread count back up
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Mar 9, 2021
1 parent 510a5c1 commit 6e0c1c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class CoursierThreadPools {

// From https://github.com/johnynek/bazel-deps/blob/dbd90f155e45e0b2529999d0b74ea65b49e6fb07/src/scala/com/github/johnynek/bazel_deps/CoursierResolver.scala#L19
val downloadPool: ExecutorService = Executors.newFixedThreadPool(
1,
12,
new ThreadFactory {
val defaultThreadFactory = Executors.defaultThreadFactory()
def newThread(r: Runnable) = {
Expand Down

0 comments on commit 6e0c1c7

Please sign in to comment.