Skip to content

Commit

Permalink
rps-metric
Browse files Browse the repository at this point in the history
- return on error
  • Loading branch information
filkeith committed Jan 30, 2025
1 parent 598c62d commit ff3c2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/aerospike/xdr/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (mc *metricsCollector) reportMetrics() {

mc.lastTime = t
case <-mc.ctx.Done():
break
return
}
}
}

0 comments on commit ff3c2bf

Please sign in to comment.