Skip to content

Commit

Permalink
fix: default the max pool size to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Jul 28, 2022
1 parent b9e69a1 commit c962f8a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -73,7 +73,7 @@ class KomgaProperties {
var batchChunkSize: Int = 1000

@get:Positive
var maxPoolSize: Int = 8
var maxPoolSize: Int = 1

var journalMode: JournalMode? = null

Expand Down

0 comments on commit c962f8a

Please sign in to comment.