mirror of
https://github.com/gotson/komga.git
synced 2026-04-19 05:20:54 +02:00
changed parseBookTaskExecutor pool size based on empiric tests
This commit is contained in:
parent
5619661d95
commit
ac8afa4d50
1 changed files with 1 additions and 1 deletions
|
|
@ -13,6 +13,6 @@ class AsyncConfiguration {
|
|||
@Bean
|
||||
fun parseBookTaskExecutor(): Executor =
|
||||
ThreadPoolTaskExecutor().apply {
|
||||
corePoolSize = 5
|
||||
corePoolSize = 2
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue