Replies: 1 comment 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to limit Concurrent connections/requests to storage?
Some providers limit these in order to provide good pricing per GiB, and any requests beyond this (say, 20) connections/requests done simultaneously (
GET, HEAD, LIST, PUT...
) will return HTTP 429 or 503 or similar return codes. An option like--max-requests 20
could be a great adition in order to tune JuiceFS according Storage specifications and stay below provider limits (whatever they are).Beta Was this translation helpful? Give feedback.
All reactions