You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one selects a total number of around ~250 nodes the request uri exceed 8000 characters and nginx will decline it with a 414.
To Reproduce
Add 250 nodes to the trash
Mark alll nodes and hit restore
Expected behavior
The client must split those requests into chunks of ~200 nodes.
(All requests which allow batching nodes. Download, Restore, Delete, Move, Copy, ...)
The server v3.0 will have a batch endpoint gyselroth/balloon#283 but even this endpoint will probably have a limit of actions and the client has to send multiple requests.
Describe the bug
If one selects a total number of around ~250 nodes the request uri exceed 8000 characters and nginx will decline it with a 414.
To Reproduce
Expected behavior
The client must split those requests into chunks of ~200 nodes.
(All requests which allow batching nodes. Download, Restore, Delete, Move, Copy, ...)
The server v3.0 will have a batch endpoint gyselroth/balloon#283 but even this endpoint will probably have a limit of actions and the client has to send multiple requests.
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: