1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 05:50:44 +00:00

adsbx stats lower priority

This commit is contained in:
Matthias Wirth 2024-10-04 12:28:55 +02:00
parent 467bf81d23
commit 2d9e8fe1e1

View file

@ -7,6 +7,9 @@ REMOTE_URL="https://adsbexchange.com/api/receive/"
REMOTE_HOST=$( echo $REMOTE_URL | awk -F'/' '{print $3}' )
# run with lowest priority
renice 20 $$ || true
# Set this to '0' if you don't want this script to ever try to self-cache DNS.
# Default is on, but script will automatically not cache if resolver is localhost, or if curl version is too old.
DNS_CACHE=1