Skip to content

Commit

Permalink
PR feedback 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rallen090 committed Jan 21, 2021
1 parent 7fc778a commit e07440d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbnode/storage/limits/query_limits.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func (q *queryLimits) Start() {
}

func (q *queryLimits) Stop() {
// Lock on explicit start to avoid any collision with asynchronous updating
// Lock on explicit stop to avoid any collision with asynchronous updating
// which will call stop/start if the lookback has changed.
q.docsLimit.stopWithLock()
q.seriesDiskReadLimit.stopWithLock()
Expand Down

0 comments on commit e07440d

Please sign in to comment.