Skip to content

Commit

Permalink
Improve header comment to be more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
haoming29 committed Nov 29, 2023
1 parent 906bf1f commit 39652d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion director/director_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func CreateDirectorScrapeToken() (string, error) {
return string(signed), nil
}

// Configure serverAds cache to enable cache eviction and other additional logic
// Configure TTL caches to enable cache eviction and other additional cache events handling logic
//
// The `ctx` is the context for listening to server shutdown event in order to cleanup internal cache eviction
// goroutine and `wg` is the wait group to notify when the clean up goroutine finishes
Expand Down

0 comments on commit 39652d0

Please sign in to comment.