mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Set default pool-size to 1
This commit is contained in:
@ -58,7 +58,7 @@ docspell.joex {
|
||||
name = ${docspell.joex.app-id}
|
||||
|
||||
# Number of processing allowed in parallel.
|
||||
pool-size = 2
|
||||
pool-size = 1
|
||||
|
||||
# A counting scheme determines the ratio of how high- and low-prio
|
||||
# jobs are run. For example: 4,1 means run 4 high prio jobs, then
|
||||
@ -203,7 +203,8 @@ docspell.joex {
|
||||
ocr {
|
||||
|
||||
# Images greater than this size are skipped. Note that every
|
||||
# image is loaded completely into memory for doing OCR.
|
||||
# image is loaded completely into memory for doing OCR. This is
|
||||
# the pixel count, `height * width` of the image.
|
||||
max-image-size = 14000000
|
||||
|
||||
# Defines what pages to process. If a PDF with 600 pages is
|
||||
|
Reference in New Issue
Block a user