mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-13 02:48:12 +00:00
Remove LastSuccessfulUpdate from Machine
This field is no longer used, it was used in our old state "algorithm" to determine if we should send an update. Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:

committed by
Kristoffer Dalby

parent
591ff8d347
commit
3bef63bb80
@@ -532,9 +532,8 @@ func (api headscaleV1APIServer) DebugCreateMachine(
|
||||
GivenName: givenName,
|
||||
User: *user,
|
||||
|
||||
Expiry: &time.Time{},
|
||||
LastSeen: &time.Time{},
|
||||
LastSuccessfulUpdate: &time.Time{},
|
||||
Expiry: &time.Time{},
|
||||
LastSeen: &time.Time{},
|
||||
|
||||
HostInfo: types.HostInfo(hostinfo),
|
||||
}
|
||||
|
Reference in New Issue
Block a user