summaryrefslogtreecommitdiffstats
path: root/config/debuginfod.sysconfig
blob: 890a1a25062eb19d3a078f8e3bdfef8f13687786 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
DEBUGINFOD_PORT="8002"
#DEBUGINFOD_VERBOSE="-v"

# some common places to find trustworthy ELF/DWARF files and RPMs
DEBUGINFOD_PATHS="-t43200 -F -R /usr/lib/debug /usr/bin /usr/libexec /usr/sbin /usr/lib /usr/lib64 /var/cache/yum /var/cache/dnf /var/lib/pulp"

# prefer reliability/durability over performance
#DEBUGINFOD_PRAGMAS="-D 'pragma synchronous=full;'"

# upstream debuginfods
#DEBUGINFOD_URLS="http://secondhost:8002 http://thirdhost:8002"
#DEBUGINFOD_TIMEOUT="5"
#DEBUGINFOD_RETRY_LIMIT="2"
#DEBUGINFOD_CACHE_DIR=""