mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +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"
|
import "context"
|
||||||
|
|
||||||
var runAutoPilot = make(chan struct{})
|
var runAutoPilot = make(chan struct{}, 1)
|
||||||
|
|
||||||
func triggerAutopilot() {
|
func triggerAutopilot() {
|
||||||
select {
|
select {
|
||||||
|
|
Loading…
Add table
Reference in a new issue