a new setting that allows you to skip thumbnail optimization.

This commit is contained in:
Jonas Winkler
2020-11-18 22:42:05 +01:00
parent 8c40c54421
commit 4230a0a474
3 changed files with 17 additions and 7 deletions

View File

@@ -158,7 +158,12 @@ PAPERLESS_CONSUMPTION_DIR="../consume"
# When the consumer detects a duplicate document, it will not touch the
# original document. This default behavior can be changed here.
#PAPERLESS_CONSUMER_DELETE_DUPLICATES="false"
#PAPERLESS_CONSUMER_DELETE_DUPLICATES=false
# Use optipng to optimize thumbnails. This usually reduces the sice of
# thumbnails by about 20%, but uses considerable compute time during
# consumption.
#PAPERLESS_OPTIMIZE_THUMBNAILS=true
# After a document is consumed, Paperless can trigger an arbitrary script if
# you like. This script will be passed a number of arguments for you to work