Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
  • Loading branch information
JorTurFer committed Oct 4, 2023
1 parent 1e56177 commit 6811ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaler/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (e *impl) StreamIsActive(
server externalscaler.ExternalScaler_StreamIsActiveServer,
) error {
// this function communicates with KEDA via the 'server' parameter.
// we call server.Send (below) every 200ms, which tells it to immediately
// we call server.Send (below) every streamInterval, which tells it to immediately
// ping our IsActive RPC
ticker := time.NewTicker(streamInterval)
defer ticker.Stop()
Expand Down

0 comments on commit 6811ba9

Please sign in to comment.