mirror of
https://github.com/gotson/komga.git
synced 2025-12-16 13:33:49 +01:00
fix: default the max pool size to 1
This commit is contained in:
parent
b9e69a1c9a
commit
c962f8a7ab
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class KomgaProperties {
|
|||
var batchChunkSize: Int = 1000
|
||||
|
||||
@get:Positive
|
||||
var maxPoolSize: Int = 8
|
||||
var maxPoolSize: Int = 1
|
||||
|
||||
var journalMode: JournalMode? = null
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue