list(String url, depth = -1) doesn't do infinite depth #446
Answered
by
MeurglysIII
MeurglysIII
asked this question in
Q&A
-
Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
MeurglysIII
Oct 3, 2023
Replies: 1 comment 3 replies
-
If you think of Sardine as a sort of HTTP client wrapper that knows about webdav, then why don't you act like a browser and put all those requests into multiple threads and execute them concurrently? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That makes sense, thank you. I also read that
infinite
depth might not be supported on some servers. I consider this question closed.