Skip to content

Commit

Permalink
Fix typo in example configuration (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz authored Dec 31, 2022
1 parent 5058714 commit 64c1fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions description.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ buckets:
mode: jit # 'jit', 'aot' or 'realtime' are allowed.

formats:
png: true # Disable PNG encoding.
png: false # Disable PNG encoding.
jpeg: true # Enable JPEG encoding.
webp: true # Enable WebP encoding.
gif: false # Disable GIF encoding.
Expand Down Expand Up @@ -175,4 +175,4 @@ buckets:
# The *bucket local* max concurrent operations.
# No limit is applied if left unset.
max_concurrency: 200
```
```

0 comments on commit 64c1fc2

Please sign in to comment.