From 292fb72a267906f565a20ba461680372c0c38a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Thu, 20 Oct 2022 22:59:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/dnsclients/domain_records_cache.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/dnsclients/domain_records_cache.go b/internal/dnsclients/domain_records_cache.go index 4d7d60c9..85d21e72 100644 --- a/internal/dnsclients/domain_records_cache.go +++ b/internal/dnsclients/domain_records_cache.go @@ -32,7 +32,6 @@ type recordList struct { var sharedDomainRecordsCache = NewDomainRecordsCache() // DomainRecordsCache 域名记录缓存 -// TODO 自动清理没有使用的域名记录,以节约内存 type DomainRecordsCache struct { domainRecordsMap map[string]*recordList // domain@providerId => record locker sync.Mutex