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