mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 23:15:20 +00:00
[#1418] Checkpoint: more renames
This commit is contained in:
@@ -192,8 +192,8 @@ BaseNetworkParser::parseCacheParams(const ConstElementPtr& network_data,
|
||||
network->setCacheThreshold(cache_threshold);
|
||||
}
|
||||
|
||||
if (network_data->contains("cache-max")) {
|
||||
network->setCacheMax(getInteger(network_data, "cache-max"));
|
||||
if (network_data->contains("cache-max-age")) {
|
||||
network->setCacheMaxAge(getInteger(network_data, "cache-max-age"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user