1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-03-31 04:05:32 -04:00

6 Commits

Author SHA1 Message Date
490ff41cdc feat: Add configurable stats_store_interval for stats file saves
Add stats_store_interval config option to control how frequently
the statsstore.json file is written to disk. Default remains 10
seconds for backward compatibility.

This allows reducing disk I/O in production deployments and
can help avoid potential file corruption issues when external
processes read the stats file.
2026-03-27 17:37:16 -04:00
bf258e4bcf chore(tests): fix unused variable linter warning in test_stats.py 2026-03-24 13:22:37 -04:00
343ec3e81c refactor(threads): migrate stats threads to Event-based timing 2026-03-24 13:22:37 -04:00
c5ca4f11af Added new APRSDPushStatsThread
This allows an aprsd server instance to push it's to a remote
location.
2026-02-10 18:49:23 -05:00
ce9fc3757d updated tox.ini 2026-01-16 22:46:51 -05:00
0620e63e72 added more unit tests 2026-01-12 23:26:49 -05:00