mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
disable jpegrecompress worker
This commit is contained in:
parent
327486a4bb
commit
ff40338f69
1 changed files with 3 additions and 0 deletions
|
@ -1,8 +1,11 @@
|
|||
skip_missing_workers: true
|
||||
allow_lossy: true
|
||||
# PNG
|
||||
advpng: false
|
||||
optipng: false
|
||||
pngcrush: false
|
||||
pngout: false
|
||||
pngquant:
|
||||
quality: !ruby/range 10..90
|
||||
# JPG
|
||||
jpegrecompress: false
|
||||
|
|
Loading…
Reference in a new issue