CondStream should have a hard limit to prevent storage overflow #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently there's no limit for maximum bytes for CondStream to store before rejecting the requestn. POST requests can receive data indefinitely until the program crashes where there's no space left.
But there's another layer of protection from nginx so currently it's not a really big deal.