-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Motivation
Nothing prevents a user from attaching a 100MB file to a node via content set. Since content is stored as git blobs, large attachments could bloat the repo. A warning or configurable limit would be good guardrails.
Proposed Behavior
- Warn on
content setif file exceeds 1MB (configurable threshold) - Hard reject above 10MB (configurable) unless
--forceis passed - Show total content size in
git mind doctoroutput
Implementation
- Check
buf.lengthinwriteContent/contentSet - Add thresholds to graph config or extension manifest
- Add a
content-sizedetector todoctor.js
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request