feat: add maximum_symlink_depth and log_ignored_links config options
This commit is contained in:
parent
3d58186b1a
commit
2749dea1b1
3 changed files with 6 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ dropdown_limit: usize = 12,
|
|||
|
||||
retain_symlinks: bool = true,
|
||||
follow_directory_symlinks: bool = false,
|
||||
log_ignored_links: bool = false,
|
||||
maximum_symlink_depth: usize = 3,
|
||||
|
||||
include_files: []const u8 = "",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue