mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-04 22:25:58 +00:00
Set default pool-size to 1
This commit is contained in:
parent
8910ac6954
commit
d77b5855e4
@ -105,6 +105,8 @@
|
||||
- Joex:
|
||||
- adds `clear-stanford-nlp-interval = "15 minutes"` which is the
|
||||
joex idle time to clear the nlp cache
|
||||
- The default `pool-size` is set to 1. You can increase it on
|
||||
stronger machines.
|
||||
|
||||
|
||||
## v0.17.1
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user