From 6ada87e2a493f44e5c95d51c8ed353291a6791a1 Mon Sep 17 00:00:00 2001 From: s1egesystems <51238001+s1egesystems@users.noreply.github.com> Date: Mon, 3 Feb 2020 21:58:15 +0000 Subject: [PATCH] Update multi.go --- multi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi.go b/multi.go index b6388d1..bb1533b 100644 --- a/multi.go +++ b/multi.go @@ -116,7 +116,7 @@ func main() { go clear_pids() // recursively iterate over proc_list's pids and filter out valid targets- - // sleeps are to limit cpu usage + // sleeps are to limit cpu usage for { time.Sleep(1 * time.Second) for _,val := range proc_list {