mirror of
https://github.com/benbusby/farside.git
synced 2025-04-25 13:10:02 +00:00
Update "last updated" time when fetching from primary node
Fetches from the primary farside node were not updating the "last updated" time, and would only show a placeholder UTC timestamp.
This commit is contained in:
parent
f140cdfd66
commit
6682d5c59a
2 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,7 @@ func queryServiceInstances() {
|
|||
SetInstances(service.Type, service.Instances)
|
||||
}
|
||||
|
||||
LastUpdate = time.Now().UTC()
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue