mirror of
https://github.com/safing/portmaster
synced 2025-04-25 13:29:10 +00:00
Buffer auto pilot trigger
This commit is contained in:
parent
c50087630e
commit
a720526a0b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package status
|
|||
|
||||
import "context"
|
||||
|
||||
var runAutoPilot = make(chan struct{})
|
||||
var runAutoPilot = make(chan struct{}, 1)
|
||||
|
||||
func triggerAutopilot() {
|
||||
select {
|
||||
|
|
Loading…
Add table
Reference in a new issue