snstac / adsbcot

Display Aircraft in TAK - ADS-B to TAK Gateway
https://adsbcot.rtfd.io
Apache License 2.0
81 stars 20 forks source link

Too many aircraft -- [WARNING] Queue full, dropping oldest data, not all the aircraft show up #44

Open XPav opened 1 month ago

XPav commented 1 month ago

I have an ADSB feeder with a rather good view and antenna. I get the following WARNINGs when feeding.

[INFO] Retrieved 214 ADS-B aircraft messages. [WARNING] Queue full, dropping oldest data. [WARNING] Queue full, dropping oldest data. [WARNING] Queue full, dropping oldest data. [WARNING] Queue full, dropping oldest data. .... etc etc.

1090 Map shows:

image

And the following data ends up through my TAK server.

image

XPav commented 1 month ago

Responding to myself, setting MAX_OUT_QUEUE in the INI to some number greater than the number of tracks solves this problem. The PyTAK default is 100.