CondStream should have a hard limit to prevent storage overflow #1

Open
opened 2022-03-16 17:21:18 +00:00 by penguin · 0 comments
Owner

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.

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.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Botanical/BotanSS#1
No description provided.