Skip to content

Commit

Permalink
set webp lossless settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Nov 19, 2024
1 parent 177fe8a commit 3e06c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bma/environment_settings.py.dist
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ HITCOUNT_KEEP_HIT_IN_DATABASE = { 'days': 365 }

IMAGE_ENCODING = {
"image/webp": {
"lossless": False,
"quality": 0.9,
"lossless": True,
"quality": 1.0,
},
}

0 comments on commit 3e06c1e

Please sign in to comment.