mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Remove todo
This commit is contained in:
parent
82cb6b9ddc
commit
7c63412df5
1 changed files with 0 additions and 1 deletions
1
app.go
1
app.go
|
@ -202,7 +202,6 @@ func NewHeadscale(cfg Config) (*Headscale, error) {
|
|||
}
|
||||
|
||||
registrationCache := cache.New(
|
||||
// TODO(kradalby): Add unified cache expiry config options
|
||||
registerCacheExpiration,
|
||||
registerCacheCleanup,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue