Skip to content

Commit

Permalink
docs: add suppress_preload config option
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Dec 6, 2023
1 parent 5b0acb6 commit 28cc113
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/configuration/yazi.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ 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
- suppress_preload: Exclude the preload tasks created by the system from the task list, do not report their progress, and do not consider them on app exit confirming.

Image decoding:
### Image decoding

- 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.
Expand Down Expand Up @@ -174,7 +175,7 @@ Some `Input`s have special placeholders that will be replaced with actual conten

- delete_title: String

- `{n}`: Number of files to be trashed
- `{n}`: Number of files to be deleted
- `{s}`: `"s"` if `n > 1`, otherwise `""`

- find_title: [String, String]
Expand All @@ -184,7 +185,7 @@ Some `Input`s have special placeholders that will be replaced with actual conten
It's a tuple of 2-element: first for "Non-blocking shell", second for "Blocking shell".

- quit_title
- `{n}`: Number of files to be trashed
- `{n}`: Number of tasks are running
- `{s}`: `"s"` if `n > 1`, otherwise `""`

## select
Expand Down

0 comments on commit 28cc113

Please sign in to comment.