Home
last modified time | relevance | path

Searched refs:hostdb_hostfile_check_interval (Results 1 – 1 of 1) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/iocore/hostdb/
H A DHostDB.cc53 unsigned int hostdb_hostfile_check_interval = 86400; // 1 day variable
414 …REC_EstablishStaticConfigInt32U(hostdb_hostfile_check_interval, "proxy.config.hostdb.host_file.int… in start()
1594 …kup_done(IpAddr(find_result->second), hash.host_name, false, hostdb_hostfile_check_interval, nullp… in do_dns()
1638 if (hostdb_hostfile_check_interval == 0) { in backgroundEvent()
1644 if ((hostdb_current_interval - hostdb_last_interval) > hostdb_hostfile_check_interval) { in backgroundEvent()
1675 ParseHostFile(hostdb_hostfile_path, hostdb_hostfile_check_interval); in backgroundEvent()