mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 05:10:12 +00:00
adsbx stats lower priority
This commit is contained in:
parent
467bf81d23
commit
2d9e8fe1e1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue