Comcast / Comcast/Infinite-File-Curtailer
Option to limit data rate
Open
- Dominant language
- C
- Stars
- 38
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Add a command line option to allow the user to set a maximum data rate over a specified period of time. This would serve two purposes:
1. Prevent unnecessary disk writes in case of runaway output
2. Preserve data prior to runaway event that may be useful to diagnose the condition
Contributor guide
Research direction
Start by locating the command-line option handling and the stdin-to-file write path described by the repository. Define how the maximum rate and time period are configured, how runaway output is detected, and how earlier data is preserved; done means the option limits writes while retaining useful pre-event output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100