ac2cz / pi_pacsat

Open source implementation of the Pacsat protocol based on public documents. Designed to run on a Linux computer using Direwolf as the TNC
4 stars 0 forks source link

At startup, queued logs or other files that are past their expiration should not be added to dir #36

Open ac2cz opened 5 months ago

ac2cz commented 5 months ago

If pi_pacsat has not been run for a long time then there may be large number of files in the WOD or LOG queues. Files that are older than the file expiration date should be purged rather than added.

ac2cz commented 5 months ago

If this is not added then one mitigation would be to schedule pi_pacsat to run for 5 mins each day as a "batch" process of these files.