fix: default the max pool size to 1

This commit is contained in:
Gauthier Roebroeck 2022-07-28 09:46:45 +08:00
parent b9e69a1c9a
commit c962f8a7ab

View file

@ -73,7 +73,7 @@ class KomgaProperties {
var batchChunkSize: Int = 1000
@get:Positive
var maxPoolSize: Int = 8
var maxPoolSize: Int = 1
var journalMode: JournalMode? = null