Skip to content

Commit

Permalink
Buffer auto pilot trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Nov 18, 2021
1 parent c500876 commit a720526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status/autopilot.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package status

import "context"

var runAutoPilot = make(chan struct{})
var runAutoPilot = make(chan struct{}, 1)

func triggerAutopilot() {
select {
Expand Down

0 comments on commit a720526

Please sign in to comment.