Skip to content

Commit

Permalink
gs: Period
Browse files Browse the repository at this point in the history
  • Loading branch information
onizmx committed Jun 10, 2024
1 parent 7b7b95d commit ac5d7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gatewayserver/scheduling/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ func (s *Scheduler) Sync(v uint32, server time.Time) ConcentratorTime {

// SyncWithGatewayAbsolute synchronizes the clock with the given concentrator timestamp, the server time and the
// absolute gateway time that corresponds to the given timestamp.
// Bryan: this function still syncs with tmst but caching gateway gps time
// Bryan: this function still syncs with tmst but caching gateway gps time.
func (s *Scheduler) SyncWithGatewayAbsolute(timestamp uint32, server, gateway time.Time) ConcentratorTime {
s.mu.Lock()
defer s.mu.Unlock()
Expand Down

0 comments on commit ac5d7c2

Please sign in to comment.