Remove todo

This commit is contained in:
Kristoffer Dalby 2022-02-28 23:02:41 +00:00
parent 82cb6b9ddc
commit 7c63412df5

1
app.go
View file

@ -202,7 +202,6 @@ func NewHeadscale(cfg Config) (*Headscale, error) {
} }
registrationCache := cache.New( registrationCache := cache.New(
// TODO(kradalby): Add unified cache expiry config options
registerCacheExpiration, registerCacheExpiration,
registerCacheCleanup, registerCacheCleanup,
) )