Skip to content

Commit

Permalink
docs: fix image_alloc and image_bound description
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Nov 17, 2023
1 parent 61dc4be commit 94fa03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/yazi.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ Available rule parameters are as follows:

Image decoding:

- image_alloc: Maximum memory allocation limit (in bytes) for decoding a single image
- image_bound(`[width, height]`): Maximum image size (in pixels) for decoding a single image
- image_alloc: Maximum memory allocation limit (in bytes) for decoding a single image, `0` for unlimited.
- image_bound(`[width, height]`): Maximum image size (in pixels) for decoding a single image, `0` for unlimited.

0 comments on commit 94fa03a

Please sign in to comment.