seeing-things / zwo

ZWO SDK and custom software for debugging and using it.
23 stars 4 forks source link

Prevent filling up disk #6

Closed bgottula closed 5 years ago

bgottula commented 5 years ago

This software writes data to disk at a stupendous rate. If left unattended the disk will be full in a matter of minutes, which can leave the system in a precarious state and can cause other software to behave in unpredictable ways. Add some protections against this so writing to disk stops before all of the free space is used up.