DON Configuration Options

DON also has a central configuration file. This file is /etc/don.conf. These are values that are identified:

[main]
repo_cachedb_ttl=3
require_verify_ssl=True

repo_cachedb_ttl is how long in minutes the metadata.db from the repos DON downloads from should be cached before a refresh of this file is forced to update the available information about the repository. Lower values reduce inaccuracy after repo changes, and higher values reduce total load time.

Note: DON does not handle integrity validation or signature validation. These are functions performed by DPM. Options to modify DPM’s behaviour with those features are in the DPM configuration.