Files
tar1090/default
Matthias Wirth 92d3e42626 make gzip level configurable
from previous settings the default will use less CPU.
the default will also increase network bandwith for viewing the page
slightly.
2020-07-24 17:54:08 +02:00

26 lines
658 B
Plaintext

# Interval at which the track history is saved
INTERVAL=8
# How many points in time are stored in the track history
HISTORY_SIZE=450
# Change to yes to enable UAT/978 display in tar1090
ENABLE_978=no
# If running dump978-fa on another computer, modify the IP-address as appropriate.
# The URL needs to point at where you would normally find the skyview978 webinterface
URL_978="http://127.0.0.1/skyaware978"
# 1-9 are valid, lower lvl: less CPU usage, higher level: less network bandwidth used when loading the page
GZIP_LVL=3
# no need to change the lines below
CHUNK_SIZE=60
INT_978=1
PF_URL="http://127.0.0.1:30053/ajax/aircraft"
COMPRESS_978=""