Drop cacheable-lookup (#4178)

* WIP

* WIP
This commit is contained in:
Louis Lam
2023-12-11 02:01:56 +08:00
committed by GitHub
parent 97ed0a96d8
commit 530c8e5328
8 changed files with 7 additions and 154 deletions

View File

@@ -171,10 +171,6 @@ export default {
this.settings.nscd = true;
}
if (this.settings.dnsCache === undefined) {
this.settings.dnsCache = false;
}
if (this.settings.keepDataPeriodDays === undefined) {
this.settings.keepDataPeriodDays = 180;
}