Fix typo in example configuration (#12)

This commit is contained in:
Emanuele Panzeri 2022-12-31 18:32:39 +01:00 committed by GitHub
parent 5058714ba5
commit 64c1fc2c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.
@ -175,4 +175,4 @@ buckets:
# The *bucket local* max concurrent operations.
# No limit is applied if left unset.
max_concurrency: 200
```
```