Simplify profile reloading

Also, increase prompt decision timeout.
This commit is contained in:
Daniel
2021-01-25 17:04:59 +01:00
parent cad957bae0
commit 9cf214fdff
12 changed files with 48 additions and 125 deletions

View File

@@ -25,7 +25,7 @@ const (
var getProcessSingleInflight singleflight.Group
// A Process represents a process running on the operating system
// A Process represents a process running on the operating system.
type Process struct {
record.Base
sync.Mutex