ywkaras commented on a change in pull request #7874:
URL: https://github.com/apache/trafficserver/pull/7874#discussion_r789895734
##########
File path: iocore/hostdb/HostDB.cc
##########
@@ -327,8 +466,6 @@ HostDBCache::start(int flags)
REC_ReadConfigInteger(hostdb_max_size, "proxy.config.hostdb.max_size");
// number of partitions
REC_ReadConfigInt32(hostdb_partitions, "proxy.config.hostdb.partitions");
- // how often to sync hostdb to disk
- REC_EstablishStaticConfigInt32(hostdb_sync_frequency,
"proxy.config.cache.hostdb.sync_frequency");
Review comment:
This change results in hostdb_sync_frequency always being 0, so no
host.db file is ever written.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]