Skip to content

Commit

Permalink
add one missing global
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Aug 21, 2023
1 parent ce31be1 commit c199945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/install/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ max_retries|`UN_MAX_RETRIES`|`3` / Times to retry failed extractions. `0` = unli
parallel|`UN_PARALLEL`|`1` / Concurrent extractions, only recommend `1`|
file_mode|`UN_FILE_MODE`|`0644` / Extracted files are written with this mode|
dir_mode|`UN_DIR_MODE`|`0755` / Extracted folders are written with this mode|
passwords|`UN_PASSWORD_0`|No default; empty list. Provide a list of RAR passwords to try.
passwords|`UN_PASSWORD_0`|No default; empty list. Provide a list of RAR passwords to try.|
folder.interval|`UN_FOLDER_INTERVAL`|`1s` / How often poller (if enabled) checks for new folders.|

Setting a log file is strongly recommend. This makes is much easier to troubleshoot problems.

Expand Down

0 comments on commit c199945

Please sign in to comment.