-
Notifications
You must be signed in to change notification settings - Fork 3
Create maxStorage setting #2
Copy link
Copy link
Open
Description
While maxFiles can be used to limit how many files are recorded before ending the program, there currently is not an option to ensure that recordings don't take up too much storage space.
There should be an optional maxStorage setting that accepts a number in megabytes, which checks on some arbitrary intervals (maybe once a minute?) to make sure that the size of the recordings directory isn't too large. If so it should save the current file if there is one, and close the UDP listener.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels