mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Warning.
This commit is contained in:
parent
9096fb8348
commit
7d9032ad4b
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue