Skip to content

Commit

Permalink
docs: add image decoding configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Nov 17, 2023
1 parent 962ad48 commit 61dc4be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/configuration/yazi.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,8 @@ Available rule parameters are as follows:
- micro_workers: Maximum number of concurrent micro-tasks
- macro_workers: Maximum number of concurrent macro-tasks
- bizarre_retry: Maximum number of retries when a bizarre failure occurs

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

0 comments on commit 61dc4be

Please sign in to comment.