From 64c1fc2c5c725d56d685ba0bac381b38689d1da3 Mon Sep 17 00:00:00 2001 From: Emanuele Panzeri Date: Sat, 31 Dec 2022 18:32:39 +0100 Subject: [PATCH] Fix typo in example configuration (#12) --- description.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/description.md b/description.md index 36eac9f..9776fe6 100644 --- a/description.md +++ b/description.md @@ -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 -``` \ No newline at end of file +```