mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
I didn't mean to explicitly set -limit
This commit is contained in:
parent
9991f5a6b2
commit
b387be6f25
1 changed files with 1 additions and 3 deletions
|
|
@ -166,9 +166,7 @@ class Consumer(object):
|
|||
self.CONVERT,
|
||||
"-scale", "500x5000",
|
||||
"-alpha", "remove",
|
||||
"-limit", "memory", "20MiB",
|
||||
doc,
|
||||
os.path.join(tempdir, "convert-%04d.png")
|
||||
doc, os.path.join(tempdir, "convert-%04d.png")
|
||||
)
|
||||
|
||||
return os.path.join(tempdir, "convert-0000.png")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue