Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question - hint_num_files_per_dir recursive or not? #1155

Open
liamjones opened this issue Aug 7, 2023 · 0 comments
Open

Question - hint_num_files_per_dir recursive or not? #1155

liamjones opened this issue Aug 7, 2023 · 0 comments

Comments

@liamjones
Copy link

I'm just looking for some clarity on the documentation for hint_num_files_per_dir.

Should this be set to the largest number of files in a single directory, one level deep, or should it contain the number of files in all the subdirectories under it as well? I've assumed the former for now.

E.g. with this setup:

directory_a/
├─ file_a
├─ file_b
├─ directory_b/
│  ├─ file_c
│  ├─ directory_c/
│  │  ├─ file_d

Is directory_a's num_files_per_dir 2 or 4?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant