mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02: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
|
var batchChunkSize: Int = 1000
|
||||||
|
|
||||||
@get:Positive
|
@get:Positive
|
||||||
var maxPoolSize: Int = 8
|
var maxPoolSize: Int = 1
|
||||||
|
|
||||||
var journalMode: JournalMode? = null
|
var journalMode: JournalMode? = null
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue