Buffer auto pilot trigger
This commit is contained in:
@@ -2,7 +2,7 @@ package status
|
||||
|
||||
import "context"
|
||||
|
||||
var runAutoPilot = make(chan struct{})
|
||||
var runAutoPilot = make(chan struct{}, 1)
|
||||
|
||||
func triggerAutopilot() {
|
||||
select {
|
||||
|
||||
Reference in New Issue
Block a user