1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00
This commit is contained in:
Cedric Beust 2015-11-08 21:27:45 -08:00
parent 9096fb8348
commit 7d9032ad4b

View file

@ -39,7 +39,7 @@ public class RepoFinder @Inject constructor(val urlFactory: Kurl.IFactory, val e
* Schedule an HTTP request to each repo in its own thread.
*/
private fun loadCorrectRepo(id: String): RepoResult {
val executor = executors.newExecutor("RepoFinder-${id}", Kobalt.repos.size)
val executor = executors.newExecutor("RepoFinder-$id", Kobalt.repos.size)
val cs = ExecutorCompletionService<RepoResult>(executor)
try {