-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Lack of granular control. Currently, a user can consume all bandwidth on a specific node, and there is no way to restrict them on one node without affecting their access to others.
Describe the solution you'd like
Implement per-node traffic quotas. For example: a user is limited to 50GB on Node A. Once reached, they are blocked on Node A but can still connect to Node B.
Describe alternatives you've considered
Global limits (too restrictive, don't solve node-specific congestion).
Additional context
I'm already working on this. The core logic is functional, and a PR will be submitted soon.
Implemented in #215
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request