mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 17:03:06 +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(
|
registrationCache := cache.New(
|
||||||
// TODO(kradalby): Add unified cache expiry config options
|
|
||||||
registerCacheExpiration,
|
registerCacheExpiration,
|
||||||
registerCacheCleanup,
|
registerCacheCleanup,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue