mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
I didn't mean to explicitly set -limit
This commit is contained in:
parent
9991f5a6b2
commit
b387be6f25
@ -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…
x
Reference in New Issue
Block a user