aprsd/aprsd/threads
Hemna 93a9cce0c0 Put an upper bound on the QueueHandler queue
This patch overrides the base QueueHandler class
from logging to ensure that the queue doesn't grow
infinitely.  That can be a problem when there is
no consumer pulling items out of the queue.
the queue is now capped at 200 entries max.
2024-05-07 20:00:17 -04:00
..
__init__.py Removed RPC Server and client. 2024-04-05 12:50:01 -04:00
aprsd.py Fixed issue with APRSDThreadList stats() 2024-04-12 15:08:39 -04:00
keep_alive.py Put an upper bound on the QueueHandler queue 2024-05-07 20:00:17 -04:00
log_monitor.py LOG failed requests post to admin ui 2024-04-08 13:07:15 -04:00
registry.py Fixed registry url post 2024-03-08 11:49:10 -05:00
rx.py Added PacketTrack to packet collector 2024-04-17 16:54:08 -04:00
stats.py syncronize the add for StatsStore 2024-04-11 22:55:01 -04:00
tx.py Call packet collecter after prepare during tx. 2024-04-19 13:02:58 -04:00