Increase directory size calculation timeout #2635
Unanswered
themoosman
asked this question in
Q&A
Replies: 1 comment
|
Looks like this timeout is currently hardcoded to So afaik there is no config/env option to increase it yet. The warning means RustFS stopped the directory size scan before finishing, after walking ~160k-200k files. For now the only real options seem to be:
Imo it would be useful to expose this as a setting, something like: or similar. Because on large datasets / many small files, So yeah, not sure you’re doing anything wrong. Looks more like the timeout should be configurable. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
After upgrading to a recent version, I keep seeing this warning. Is there a way to increase that timeout a bit? I checked the doc and can't find one for this. I realize it's just a warning, but it also means something isn't getting completed.
All reactions