mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-10 21:09:40 +02:00
Uses the cached pool instead of the scheduled pool for translation services.
This commit is contained in:
parent
0182011487
commit
fa4745038f
@ -45,7 +45,7 @@ data class ResultOrError(
|
||||
)
|
||||
|
||||
object LanguageTranslatorService {
|
||||
var executorService = Executors.newScheduledThreadPool(5)
|
||||
var executorService = Executors.newCachedThreadPool()
|
||||
|
||||
private val options =
|
||||
LanguageIdentificationOptions.Builder()
|
||||
|
Loading…
x
Reference in New Issue
Block a user