add issue number

pull/315/head
crapStone 2024-04-27 22:18:35 +02:00 zatwierdzone przez crapStone
rodzic acd02709c7
commit 687f06e107
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -11,7 +11,7 @@ import (
const lookupCacheValidity = 30 * time.Second
const defaultPagesRepo = "pages"
// TODO(): refactor to not use global variables
// TODO(#316): refactor to not use global variables
var lookupCache *expirable.LRU[string, string] = expirable.NewLRU[string, string](4096, nil, lookupCacheValidity)
// GetTargetFromDNS searches for CNAME or TXT entries on the request domain ending with MainDomainSuffix.