aprsd/aprsd
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
..
clients Reworked the stats making the rpc server obsolete. 2024-04-02 09:30:43 -04:00
cmds Removed the requirement on click-completion 2024-04-23 16:14:29 -04:00
conf Added config enable_packet_logging 2024-04-24 13:57:24 -04:00
log Put an upper bound on the QueueHandler queue 2024-05-07 20:00:17 -04:00
packets Fixed unit tests failing with WatchList 2024-04-24 16:27:40 -04:00
plugins Fix time plugin 2024-04-10 22:03:29 -04:00
stats Put an upper bound on the QueueHandler queue 2024-05-07 20:00:17 -04:00
threads Put an upper bound on the QueueHandler queue 2024-05-07 20:00:17 -04:00
utils Make all the Objectstore children use the same lock 2024-04-24 13:53:23 -04:00
web Webchat Send Beacon uses Path selected in UI 2024-04-17 12:34:01 -04:00
__init__.py Use Gray instead of Black for code formatting. 2021-08-23 13:32:09 -04:00
cli_helper.py Fixed problem with list-plugins 2024-03-12 10:36:26 -04:00
client.py Added PacketTrack to packet collector 2024-04-17 16:54:08 -04:00
exception.py Fixed up config option checking for KISS 2022-02-21 16:04:33 -05:00
main.py Removed the requirement on click-completion 2024-04-23 16:14:29 -04:00
messaging.py Cleaned out all references to messaging 2022-12-16 15:58:02 -05:00
plugin.py Allow stats collector to serialize upon creation 2024-04-02 14:07:37 -04:00
plugin_utils.py Fixed a bug with OWMWeatherPlugin 2023-11-24 19:15:52 -05:00
wsgi.py Added threads table in the admin web ui 2024-04-12 16:33:52 -04:00